diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-04 23:12:04 +0000 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-04 23:12:04 +0000 |
commit | 48cc026083f44564f1d828df105d38d51c5da7ad (patch) | |
tree | 9a38237281da1752cb5ed14ee9eaea7043b9a66a /comms | |
parent | 616fa2f4aa4818abb5e910cb853d7d64fef97b55 (diff) | |
download | FreeBSD-ports-48cc026083f44564f1d828df105d38d51c5da7ad.zip FreeBSD-ports-48cc026083f44564f1d828df105d38d51c5da7ad.tar.gz |
- Change bash dependency from bash2 to bash port
- Remove USE_REINPLACE while I'm at it
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
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 d347a30..c492811 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= |