diff options
Diffstat (limited to 'audio/ghostess/Makefile')
-rw-r--r-- | audio/ghostess/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/ghostess/Makefile b/audio/ghostess/Makefile index f05016bbf770..34a0a83af58e 100644 --- a/audio/ghostess/Makefile +++ b/audio/ghostess/Makefile @@ -30,13 +30,12 @@ USE_BZIP2= yes USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-jackmidi MAN1= ghostess.1 PLIST_FILES= bin/ghostess bin/ghostess_universal_gui -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |