diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-28 20:31:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-28 20:31:53 +0000 |
commit | 1e0fba09b06328d7a4dc442aa674947ff8f21f39 (patch) | |
tree | d9cd22803631ac9ac3ff0347c2731e9e3619c05d /audio/ghostess/Makefile | |
parent | 1c13285cf3561f7dcf3c6cc4beb3442e5e756cf1 (diff) |
Notes
Diffstat (limited to 'audio/ghostess/Makefile')
-rw-r--r-- | audio/ghostess/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/ghostess/Makefile b/audio/ghostess/Makefile index 4d393e7b55fc..1dc4429be34e 100644 --- a/audio/ghostess/Makefile +++ b/audio/ghostess/Makefile @@ -24,14 +24,12 @@ LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \ libjack.so:${PORTSDIR}/audio/jack USE_BZIP2= yes -NO_STAGE= yes USE_GNOME= gtk20 USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jackmidi -MAN1= ghostess.1 -PLIST_FILES= bin/ghostess bin/ghostess_universal_gui +PLIST_FILES= bin/ghostess bin/ghostess_universal_gui man/man1/ghostess.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |