summaryrefslogtreecommitdiff
path: root/audio/grip
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
commit8a609be53116f279d9c38adaeae64b221e32514e (patch)
tree8ef6e5a897ec95e2315c3a5152e85e7709ca1f82 /audio/grip
parentUsing libicuuc.a seems to make jikes more unstable. Since this is supposed (diff)
Use USE_GNOMENG.
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65340
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 facf86ee73e4..f71555c3d03d 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}"