diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 01:19:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 01:19:40 +0800 |
commit | 3f898b910994635f1c500e8fdb31b174caea3da0 (patch) | |
tree | 0de78dd4ffee3b04a0ca5f6724e0a43d6084af50 /audio | |
parent | 2e02826079b53b7fc53416408f8b11b78440925a (diff) | |
download | freebsd-ports-gnome-3f898b910994635f1c500e8fdb31b174caea3da0.tar.gz freebsd-ports-gnome-3f898b910994635f1c500e8fdb31b174caea3da0.tar.zst freebsd-ports-gnome-3f898b910994635f1c500e8fdb31b174caea3da0.zip |
Stage support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/specimen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/specimen/Makefile b/audio/specimen/Makefile index 6b91f5061193..4056ecae71d0 100644 --- a/audio/specimen/Makefile +++ b/audio/specimen/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ libphat.so:${PORTSDIR}/x11-toolkits/phat -USES= pkgconfig gmake -NO_STAGE= yes +USES= gmake pkgconfig USE_GNOME= libgnomecanvas libxml2 GNU_CONFIGURE= yes LDFLAGS+= -lm |