summaryrefslogtreecommitdiffstats
path: root/audio/grip
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
committermarcus <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
commitc09dc513f70813fd1915b12787ca0e934c4e4f5d (patch)
treed861acef1f689743981e09642f332436fdd4994a /audio/grip
parent0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff)
downloadFreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip
FreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz
Use USE_GNOMENG.
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/grip')
-rw-r--r--audio/grip/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index facf86e..f71555c 100644
--- a/audio/grip/Makefile
+++ b/audio/grip/Makefile
@@ -22,20 +22,20 @@ USE_AUTOCONF_VER= 213
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GTK= yes
-USE_GNOMELIBS= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomelibs
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
CFLAGS+= ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib
+LDFLAGS= -L${LOCALBASE}/lib
.if defined(WITH_DEBUG)
CFLAGS+= -g
LDFLAGS+= -g
.endif
-CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
+CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}"
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
OpenPOWER on IntegriCloud