diff options
-rw-r--r-- | net/crescendo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index 5285c798b8c2..10a0d4faf63e 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -15,9 +15,9 @@ RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-compile-warnings=yes +USE_GNOMELIBS= yes +CONFIGURE_ARGS+= --enable-compile-warnings=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CFLAGS+= -g |