From c09dc513f70813fd1915b12787ca0e934c4e4f5d Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 31 Aug 2002 00:13:25 +0000 Subject: Use USE_GNOMENG. PR: 42232 Submitted by: Edwin Groothuis --- audio/grip/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/grip') 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}" -- cgit v1.1