diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-21 15:28:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-21 15:28:47 +0000 |
commit | 4bed15dbd65a782c3c81462de2e037bd28c12d23 (patch) | |
tree | f502a0224df18546b24bb3857fdf7f0d84bdfdde /comms | |
parent | 3174dbeeb2b60644423f5ba14391e681324daabe (diff) | |
download | ports-4bed15dbd65a782c3c81462de2e037bd28c12d23.tar.gz ports-4bed15dbd65a782c3c81462de2e037bd28c12d23.zip |
- 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/Makefile | 4 |
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 |