diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-15 04:50:18 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-15 04:50:18 +0000 |
commit | 273b1c663abbb9c52b98bc30aceac905538f8bb7 (patch) | |
tree | 4f302e0fe2955df9d47b4eaeff19366d58a70434 /comms | |
parent | Update to 7.54u1 (7.54.20041210). This is an important update that has (diff) |
Fix the dependency of gtk-sharp that was moved from LOCALBASE to X11BASE.
Reported by: pointyhat via kris
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes:
svn path=/head/; revision=124064
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gfax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index d0bcc18fe956..8cfecc1cb74a 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -7,14 +7,14 @@ PORTNAME= gfax PORTVERSION= 0.6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms print gnome MASTER_SITES= http://gfax.cowlug.org/ MAINTAINER= coop9211@uidaho.edu COMMENT= A GNOME-2.x C# pop-up fax manager -BUILD_DEPENDS= ${LOCALBASE}/lib/mono/gtk-sharp/gtk-sharp.dll:${PORTSDIR}/x11-toolkits/gtk-sharp \ +BUILD_DEPENDS= ${X11BASE}/lib/mono/gtk-sharp/gtk-sharp.dll:${PORTSDIR}/x11-toolkits/gtk-sharp \ bash:${PORTSDIR}/shells/bash2 RUN_DEPENDS= ${BUILD_DEPENDS} \ ${LOCALBASE}/bin/sendfax:${PORTSDIR}/comms/hylafax |