diff options
author | petef <petef@FreeBSD.org> | 2002-08-05 11:04:04 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-08-05 11:04:04 +0800 |
commit | 1da1984bbe21c8b069268e9bd4483d10f14a1ae4 (patch) | |
tree | 4c3e075cb72a60a2670d83a289dbcb662a4e4cbd /x11/gxset | |
parent | 89adccf36b9ec19c2de4631c4358cbeead8584e5 (diff) | |
download | freebsd-ports-gnome-1da1984bbe21c8b069268e9bd4483d10f14a1ae4.tar.gz freebsd-ports-gnome-1da1984bbe21c8b069268e9bd4483d10f14a1ae4.tar.zst freebsd-ports-gnome-1da1984bbe21c8b069268e9bd4483d10f14a1ae4.zip |
- fix build: add libgnugetopt depend
- add a backup local mirror for the distfile, the current site is down
PR: 40994
Submitted by: Amar Takhar <verm@drunkmonk.net>
Approved by: maintainer (the build fix)
Diffstat (limited to 'x11/gxset')
-rw-r--r-- | x11/gxset/Makefile | 6 |
1 files 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 |