diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-11 12:09:48 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-11 12:09:48 +0000 |
commit | ad392a8985bf0ed12eacb0de9a0596a2fed89a7d (patch) | |
tree | bee9c66cd057e2bd80747a6ffe1ee3b3c2944d6c /comms/efax-gtk | |
parent | 15b083bd0422f2e1a2e2e44b42bc9d71c19ac6c1 (diff) | |
download | ports-ad392a8985bf0ed12eacb0de9a0596a2fed89a7d.tar.gz ports-ad392a8985bf0ed12eacb0de9a0596a2fed89a7d.zip |
Notes
Diffstat (limited to 'comms/efax-gtk')
-rw-r--r-- | comms/efax-gtk/Makefile | 5 |
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 |