diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-02-04 23:12:04 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-02-04 23:12:04 +0000 |
commit | 03f8639f065fddd509daca56f983c75946cb9b78 (patch) | |
tree | 08720a24862ba4db3a0d4f7c69ef1a1c7294ecc2 /comms | |
parent | cdbf770fb1544f6de1d230de486405a926eed4d5 (diff) | |
download | ports-03f8639f065fddd509daca56f983c75946cb9b78.tar.gz ports-03f8639f065fddd509daca56f983c75946cb9b78.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gfax/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index d347a30357c5..c492811ee354 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -17,17 +17,16 @@ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= A Mono based pop-up fax manager BUILD_DEPENDS= ${X11BASE}/lib/mono/gtk-sharp/gtk-sharp.dll:${PORTSDIR}/x11-toolkits/gtk-sharp10 \ - bash:${PORTSDIR}/shells/bash2 + bash:${PORTSDIR}/shells/bash RUN_DEPENDS= ${X11BASE}/lib/mono/gtk-sharp/gtk-sharp.dll:${PORTSDIR}/x11-toolkits/gtk-sharp10 \ ${LOCALBASE}/bin/sendfax:${PORTSDIR}/comms/hylafax \ - bash:${PORTSDIR}/shells/bash2 + bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehier libgnomeprint STRIP= |