diff options
Diffstat (limited to 'x11-themes/gtkstep-pastel/Makefile')
-rw-r--r-- | x11-themes/gtkstep-pastel/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-themes/gtkstep-pastel/Makefile b/x11-themes/gtkstep-pastel/Makefile index 11c822e96bf3..131f431cb2f3 100644 --- a/x11-themes/gtkstep-pastel/Makefile +++ b/x11-themes/gtkstep-pastel/Makefile @@ -14,15 +14,10 @@ DISTNAME= ${PORTNAME}-1.2.x-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - WRKSRC= ${WRKDIR}/${PORTNAME}-0.10.1 USE_X_PREFIX= yes +USE_GTK= yes USE_LIBTOOL= yes -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" - .include <bsd.port.mk> |