diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 01:42:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 01:42:42 +0800 |
commit | 4e98a3ed4cab677ca2857b59158510c5692e4e15 (patch) | |
tree | b11c33d0a5eb33b9e88f97b81e7bca1fa212892a /audio | |
parent | dd9e14d76c23409ee35bc6c080a3a2dac3957d63 (diff) | |
download | freebsd-ports-gnome-4e98a3ed4cab677ca2857b59158510c5692e4e15.tar.gz freebsd-ports-gnome-4e98a3ed4cab677ca2857b59158510c5692e4e15.tar.zst freebsd-ports-gnome-4e98a3ed4cab677ca2857b59158510c5692e4e15.zip |
Support stage
Diffstat (limited to 'audio')
-rw-r--r-- | audio/glurp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index 08568cdd0e59..bb9e93a7983b 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -14,7 +14,6 @@ LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd GNU_CONFIGURE= yes USES= gmake pkgconfig -NO_STAGE= yes USE_GNOME= gtk20 glib20 libglade2 MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \ |