diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 08:13:25 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 08:13:25 +0800 |
commit | 8a609be53116f279d9c38adaeae64b221e32514e (patch) | |
tree | 8ef6e5a897ec95e2315c3a5152e85e7709ca1f82 /audio/grip | |
parent | 7dd2eb9a863452e5c328606287c11b87a590b92c (diff) | |
download | freebsd-ports-gnome-8a609be53116f279d9c38adaeae64b221e32514e.tar.gz freebsd-ports-gnome-8a609be53116f279d9c38adaeae64b221e32514e.tar.zst freebsd-ports-gnome-8a609be53116f279d9c38adaeae64b221e32514e.zip |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 8 |
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}" |