diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
commit | 336ae3953d3d62c41f48186a34121cb574159ca6 (patch) | |
tree | 514fbec7b37d5858d68f5654aa26807a11992fe7 /x11-toolkits/gtk20/Makefile | |
parent | 25365ad3f37dc7b9b2ea7aa219f9f07f096d732d (diff) | |
download | ports-336ae3953d3d62c41f48186a34121cb574159ca6.tar.gz ports-336ae3953d3d62c41f48186a34121cb574159ca6.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index f491d0a42292..e72863e81e40 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -26,7 +26,6 @@ COMMENT= Gimp Toolkit for X11 GUI (current stable version) USE_BZIP2= yes LATEST_LINK= gtk20 -PREFIX?= ${X11BASE} .if !defined(REFERENCE_PORT) @@ -36,13 +35,13 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme -USE_XLIB= yes USE_XPM= yes USE_PERL5= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack atk pango ltverhack USE_GETTEXT= yes +USE_X_PREFIX= yes CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ |