diff options
Diffstat (limited to 'x11/powershell/Makefile')
-rw-r--r-- | x11/powershell/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile index 00d8d1d17329..7950fb51e49e 100644 --- a/x11/powershell/Makefile +++ b/x11/powershell/Makefile @@ -13,19 +13,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= smoberly@xavier.dyndns.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - gdk_imlib:${PORTSDIR}/graphics/imlib +ALL_TARGET= powershell USE_X_PREFIX= yes +USE_GNOME= yes USE_AUTOCONF= yes -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" -CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome - -ALL_TARGET= powershell - -MAKE_ENV= ${CONFIGURE_ENV} - .include <bsd.port.mk> |