summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-11 12:09:48 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-11 12:09:48 +0000
commitad392a8985bf0ed12eacb0de9a0596a2fed89a7d (patch)
treebee9c66cd057e2bd80747a6ffe1ee3b3c2944d6c /comms
parentNew port py-rtf, a library to create RTF documents using the Python language. (diff)
Fix missing gtk20 dependency.
PR: 80886 Submitted by: Jean-Baptiste Quenot (maintainer)
Notes
Notes: svn path=/head/; revision=135049
Diffstat (limited to 'comms')
-rw-r--r--comms/efax-gtk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index b6772276f06a..724bba42ade7 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -16,9 +16,10 @@ MAINTAINER= jb.quenot@caraldi.com
COMMENT= GUI front end for the efax fax program
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
-RUN_DEPENDS= ${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv
-RUN_DEPENDS+= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
+RUN_DEPENDS= ${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv \
+ ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
+USE_GNOME= gtk20
USE_X_PREFIX= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome