diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
commit | 9edf2e2b52def7f393eec8e83c51ee62cbf76d8e (patch) | |
tree | d4db3e37354ea6d96395504427689a81e14445e9 /x11-toolkits/libgtkeditor | |
parent | dae6e366c5468ad071ce1254dd65dfa61525d904 (diff) | |
download | ports-9edf2e2b52def7f393eec8e83c51ee62cbf76d8e.tar.gz ports-9edf2e2b52def7f393eec8e83c51ee62cbf76d8e.zip |
Notes
Diffstat (limited to 'x11-toolkits/libgtkeditor')
-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: |