diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-20 19:31:15 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-20 19:31:15 +0000 |
commit | 472f20a541b9f0c1abce5e0705dc765c978ea733 (patch) | |
tree | d162dd4c3437aeb6f77cb740df110d1d1c432932 /devel/allegro-devel | |
parent | a667b0683a365b581da00bda258c0b35246964d0 (diff) | |
download | ports-472f20a541b9f0c1abce5e0705dc765c978ea733.tar.gz ports-472f20a541b9f0c1abce5e0705dc765c978ea733.zip |
Notes
Diffstat (limited to 'devel/allegro-devel')
-rw-r--r-- | devel/allegro-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile index 036222c3fa2b..72b5c83fe29f 100644 --- a/devel/allegro-devel/Makefile +++ b/devel/allegro-devel/Makefile @@ -26,6 +26,7 @@ LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack \ 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 |