- 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>
This commit is contained in:
parent
cdbf770fb1
commit
03f8639f06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155225
1 changed files with 2 additions and 3 deletions
|
@ -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=
|
||||
|
||||
|
|
Loading…
Reference in a new issue