From 1da1984bbe21c8b069268e9bd4483d10f14a1ae4 Mon Sep 17 00:00:00 2001 From: petef Date: Mon, 5 Aug 2002 03:04:04 +0000 Subject: - fix build: add libgnugetopt depend - add a backup local mirror for the distfile, the current site is down PR: 40994 Submitted by: Amar Takhar Approved by: maintainer (the build fix) --- x11/gxset/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11/gxset/Makefile b/x11/gxset/Makefile index 62a396fadddc..978a7f2cb417 100644 --- a/x11/gxset/Makefile +++ b/x11/gxset/Makefile @@ -8,11 +8,13 @@ PORTNAME= gxset PORTVERSION= 0.3 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/ +MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= petef MAINTAINER= bms@spc.org -BROKEN= "Does not build" +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_X_PREFIX= yes USE_GTK= yes -- cgit