summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-21 15:28:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-21 15:28:47 +0000
commit4bed15dbd65a782c3c81462de2e037bd28c12d23 (patch)
treef502a0224df18546b24bb3857fdf7f0d84bdfdde /comms
parent- Fix xotcl-thread entry (diff)
- Generalize dependency on ghostscript
Reported by: pointyhat exprun
Notes
Notes: svn path=/head/; revision=187907
Diffstat (limited to 'comms')
-rw-r--r--comms/efax-gtk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index 49f493a447ae..915e074279ae 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -16,9 +16,9 @@ MAINTAINER= jbq@caraldi.com
COMMENT= GUI front end for the efax fax program
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
-RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv \
- gs:${PORTSDIR}/print/ghostscript-gnu
+RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv
+USE_GHOSTSCRIPT_RUN= yes
USE_GNOME= gtk20
USE_X_PREFIX= yes
GNU_CONFIGURE= yes