diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:42:57 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:42:57 +0000 |
commit | 99290b0d61db9bcb3c960f5507a8ccb0126a0cf9 (patch) | |
tree | bac8f356dc259524716a41398446e5c7d8f95a21 /x11-wm/amaterus/Makefile | |
parent | Implement USE_GTK, part 1. (diff) |
Implement USE_GTK, part 2.
Diffstat (limited to 'x11-wm/amaterus/Makefile')
-rw-r--r-- | x11-wm/amaterus/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/amaterus/Makefile b/x11-wm/amaterus/Makefile index 3bd46adbcb5b..b96605d6bf95 100644 --- a/x11-wm/amaterus/Makefile +++ b/x11-wm/amaterus/Makefile @@ -12,15 +12,12 @@ MASTER_SITES= http://www.taiyaki.org/src/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - xml.5:${PORTSDIR}/textproc/libxml - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml USE_X_PREFIX= yes +USE_GTK= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |