diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 02:38:31 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 02:38:31 +0000 |
commit | e7b3942ff959a6555c98583d400baadf2f8e5568 (patch) | |
tree | e6e87f77049cc05be7b442d4579d1cb044067ba4 /devel/gettext | |
parent | e74e66cc92447028894a9debe2b7b82c2ce8777c (diff) | |
download | freebsd-ports-e7b3942ff959a6555c98583d400baadf2f8e5568.zip |
Stage a mini-coup, and borrow these ports from portmgr@ for a while,
since I'm doing most of the updating, and am working on a
port/Mk/bsd.<gnublah>.mk to move some cruft around.
Sponsored by: Mr. Smith and Mr. Wesson. :)
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index cdf1e17dc0ba..cadce99cc496 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gettext -MAINTAINER= portmgr@FreeBSD.org +MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ expat.3:${PORTSDIR}/textproc/expat2 |