summaryrefslogtreecommitdiff
path: root/x11/powershell
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 07:17:31 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 07:17:31 +0000
commitc76cf46929051f9dd322487d888c82f104026e6d (patch)
treef415aeddadc6782b1474ebd88710bfa86cf08711 /x11/powershell
parentImplement USE_GNOME, part 1. (diff)
Implement USE_GNOME, part 2.
Notes
Notes: svn path=/head/; revision=33429
Diffstat (limited to 'x11/powershell')
-rw-r--r--x11/powershell/Makefile13
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>