diff options
Diffstat (limited to 'x11-toolkits/clean-theme-gtk/Makefile')
-rw-r--r-- | x11-toolkits/clean-theme-gtk/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/clean-theme-gtk/Makefile b/x11-toolkits/clean-theme-gtk/Makefile index 65e56ed..e1d7b00 100644 --- a/x11-toolkits/clean-theme-gtk/Makefile +++ b/x11-toolkits/clean-theme-gtk/Makefile @@ -12,16 +12,11 @@ MASTER_SITES= http://progen.dynodns.net/dengen/cleantheme/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - WRKSRC= ${WRKDIR}/gtk-clean-theme USE_X_PREFIX= yes USE_LIBTOOL= yes +USE_GTK= yes USE_GMAKE= yes -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" - .include <bsd.port.mk> |