diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-05 14:58:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-05 14:58:34 +0000 |
commit | 9e01a8f9cd4f46a59549be13c87ddf84c6a5e20e (patch) | |
tree | 5a585a62e0124bcd7c4d758ede4f50f03ba00a5e /sysutils | |
parent | Build improvements (diff) |
Remove maintainer per his request. Comment out MASTER_SITE that no longer
carries this version of the distfile, and mark port BROKEN indicating
that it needs an update to the latest version.B
Notes
Notes:
svn path=/head/; revision=144302
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gksu/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile index dbef8111b356..eaf3f773e5b2 100644 --- a/sysutils/gksu/Makefile +++ b/sysutils/gksu/Makefile @@ -9,14 +9,16 @@ PORTNAME= gksu PORTVERSION= 1.2.2 PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= http://people.debian.org/~kov/gksu/gksu1.2/ +MASTER_SITES= #http://people.debian.org/~kov/gksu/gksu/ -MAINTAINER= troplosti@orcaweb.cjb.net +MAINTAINER= ports@FreeBSD.org COMMENT= Graphical frontend to su LIB_DEPENDS= gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ gksuui1.0.0:${PORTSDIR}/sysutils/libgksuui +BROKEN= Port is unfetchable, needs an update to the latest version + USE_X_PREFIX= yes USE_GNOME= gtk20 pkgconfig gnomeprefix gnomehack USE_LIBTOOL_VER=15 |