svn commit: r340454 - head/devel/allegro-devel

Rusmir Dusko nemysis at FreeBSD.org
Mon Jan 20 19:31:16 UTC 2014


Author: nemysis
Date: Mon Jan 20 19:31:15 2014
New Revision: 340454
URL: http://svnweb.freebsd.org/changeset/ports/340454
QAT: https://qat.redports.org/buildarchive/r340454/

Log:
  - Add missing USE_GNOME=gtk20
  - Change PORTSCOUT
  
  Reported by:	amdmi3

Modified:
  head/devel/allegro-devel/Makefile

Modified: head/devel/allegro-devel/Makefile
==============================================================================
--- head/devel/allegro-devel/Makefile	Mon Jan 20 19:29:29 2014	(r340453)
+++ head/devel/allegro-devel/Makefile	Mon Jan 20 19:31:15 2014	(r340454)
@@ -26,6 +26,7 @@ LIB_DEPENDS+=	libjack.so:${PORTSDIR}/aud
 USES=		gmake cmake openal:soft pkgconfig
 USE_XORG=	x11 xpm xext xcursor xxf86vm xxf86dga
 USE_GL=		gl glu
+USE_GNOME=	gtk20
 USE_FREETYPE=	yes
 USE_LDCONFIG=	yes
 
@@ -38,7 +39,7 @@ SHLIB_VER1=	${PORTVERSION:R}
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
 # Wrong versioning upstream
-PORTSCOUT=	skipv:5.0.10
+PORTSCOUT=	limitw:1,even skipv:5.0.10
 
 OPTIONS_DEFINE=	ALSA DOCS PULSEAUDIO
 OPTIONS_GROUP=	DEMOS_EXAMPLES


More information about the svn-ports-all mailing list