diff options
author | mezz <mezz@FreeBSD.org> | 2004-12-15 12:50:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-12-15 12:50:18 +0800 |
commit | 88b3820eb42c5d0fcf47e2940d7a78f41e2fc198 (patch) | |
tree | d517c1b6b97b967b799d45a1092db310f8d706e0 | |
parent | f18d3547ac3736fb224ede107d156808e449be8d (diff) | |
download | freebsd-ports-gnome-88b3820eb42c5d0fcf47e2940d7a78f41e2fc198.tar.gz freebsd-ports-gnome-88b3820eb42c5d0fcf47e2940d7a78f41e2fc198.tar.zst freebsd-ports-gnome-88b3820eb42c5d0fcf47e2940d7a78f41e2fc198.zip |
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>
-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 |