diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-01-21 03:31:15 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-01-21 03:31:15 +0800 |
commit | 87bf66a56845d7725adcd15bb46c391c8d191416 (patch) | |
tree | d162dd4c3437aeb6f77cb740df110d1d1c432932 /devel/allegro-devel | |
parent | 69ed047ff8f4948477f79e9ab40b60a9bcf88534 (diff) | |
download | freebsd-ports-gnome-87bf66a56845d7725adcd15bb46c391c8d191416.tar.gz freebsd-ports-gnome-87bf66a56845d7725adcd15bb46c391c8d191416.tar.zst freebsd-ports-gnome-87bf66a56845d7725adcd15bb46c391c8d191416.zip |
- Add missing USE_GNOME=gtk20
- Change PORTSCOUT
Reported by: amdmi3
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 |