diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
commit | c09dc513f70813fd1915b12787ca0e934c4e4f5d (patch) | |
tree | d861acef1f689743981e09642f332436fdd4994a /audio/grip | |
parent | 0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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}" |