From 273b1c663abbb9c52b98bc30aceac905538f8bb7 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Wed, 15 Dec 2004 04:50:18 +0000 Subject: [PATCH] Fix the dependency of gtk-sharp that was moved from LOCALBASE to X11BASE. Reported by: pointyhat via kris Submitted by: Tom McLaughlin --- comms/gfax/Makefile | 4 ++-- 1 file 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