diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 01:45:19 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 01:45:19 +0000 |
commit | 1a9234f22d9c53c7b0e6db8084ad3289830981d5 (patch) | |
tree | 40fa0185eb5d8e09038d8ac0b24007b044dd251d /sysutils | |
parent | 8e9f4b1f3eb229cd6811bb511f3c9834bee03b0e (diff) |
Update MASTER_SITE
portlint cleanups
PR: 26014
Submitted by: Daniel Hemmerich <dan@BSDpro.com> MAINTAINER
Notes
Notes:
svn path=/head/; revision=40234
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xw/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xw/Makefile b/sysutils/xw/Makefile index a1ed8c1d1b51..a98f0be74386 100644 --- a/sysutils/xw/Makefile +++ b/sysutils/xw/Makefile @@ -8,15 +8,15 @@ PORTNAME= xw PORTVERSION= 0.1.0 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.gurubox.com/pub/xw/ \ +MASTER_SITES= ftp://ftp.BSDpro.com/pub/xw/ \ ftp://ftp.databits.net/pub/xw/ MAINTAINER= dan@BSDpro.com GTK_CONFIG=${X11BASE}/bin/gtk12-config -USE_GTK= yes -USE_IMLIB= yes -USE_X_PREFIX= yes +USE_GTK= yes +USE_IMLIB= yes +USE_X_PREFIX= yes .include <bsd.port.mk> |