diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-08-05 03:04:04 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-08-05 03:04:04 +0000 |
commit | 8897c398d2f18742e80795dddd920b993e8831c2 (patch) | |
tree | 6bc1f020d86c6cb2c998821948b5fb76a3a26554 /x11/gxset | |
parent | 13df8e51627573801c7ffe90fa6a642474883be0 (diff) | |
download | ports-8897c398d2f18742e80795dddd920b993e8831c2.tar.gz ports-8897c398d2f18742e80795dddd920b993e8831c2.zip |
Notes
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 |