diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-29 04:33:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-29 04:33:05 +0800 |
commit | bfcdeb109376d0edeae7d147822f39d3b3d38bfe (patch) | |
tree | 3134bb1fb5b70eaefd39ef254a579bd76b0fe907 | |
parent | 1fade0315798f957234e141f7ecfafdf171b7aab (diff) | |
download | freebsd-ports-gnome-bfcdeb109376d0edeae7d147822f39d3b3d38bfe.tar.gz freebsd-ports-gnome-bfcdeb109376d0edeae7d147822f39d3b3d38bfe.tar.zst freebsd-ports-gnome-bfcdeb109376d0edeae7d147822f39d3b3d38bfe.zip |
Stage support
-rw-r--r-- | audio/glame/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index db38d8dd9e04..48a28f856ba6 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ libguile.so:${PORTSDIR}/lang/guile USE_AUTOTOOLS= libltdl libtool -NO_STAGE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -USES= gmake pathfix gettext pkgconfig +USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix libgnomeui USE_XORG= xbitmaps x11 |