From 2a28ece10b067c941da2d6d0e557342b649951f0 Mon Sep 17 00:00:00 2001 From: vanilla Date: Wed, 14 Mar 2001 19:33:30 +0000 Subject: Use "USE_GTK" & "USE_GNOME" forever. --- x11-toolkits/libgtkeditor/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile index fe6d43fb9d80..7f4de9c6bf0c 100644 --- a/x11-toolkits/libgtkeditor/Makefile +++ b/x11-toolkits/libgtkeditor/Makefile @@ -15,20 +15,15 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - unicode.0:${PORTSDIR}/devel/libunicode +LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode USE_X_PREFIX= yes +USE_GTK= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" pre-configure: -- cgit