summaryrefslogtreecommitdiff
path: root/x11-toolkits/libgtkeditor
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-14 19:33:30 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-14 19:33:30 +0000
commit9edf2e2b52def7f393eec8e83c51ee62cbf76d8e (patch)
treed4db3e37354ea6d96395504427689a81e14445e9 /x11-toolkits/libgtkeditor
parentUpdate to 0.3.8. (diff)
Use "USE_GTK" & "USE_GNOME" forever.
Notes
Notes: svn path=/head/; revision=39851
Diffstat (limited to 'x11-toolkits/libgtkeditor')
-rw-r--r--x11-toolkits/libgtkeditor/Makefile11
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: