diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-15 03:33:30 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-15 03:33:30 +0800 |
commit | 2a28ece10b067c941da2d6d0e557342b649951f0 (patch) | |
tree | d54e5fd8c61b336b74b012553cb4e9216f2b613b /x11-toolkits | |
parent | db230673e4bcd10e602286e297bb3435782751cd (diff) | |
download | freebsd-ports-gnome-2a28ece10b067c941da2d6d0e557342b649951f0.tar.gz freebsd-ports-gnome-2a28ece10b067c941da2d6d0e557342b649951f0.tar.zst freebsd-ports-gnome-2a28ece10b067c941da2d6d0e557342b649951f0.zip |
Use "USE_GTK" & "USE_GNOME" forever.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgtkeditor/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
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: |