diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 11:28:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 11:28:36 +0000 |
commit | 8e185a18bb257ef22c698ec9cb3859e7fc1e6ff2 (patch) | |
tree | 2e7c598efc6ec6d70e75be6f0e72774c36cbddaf /graphics/gd/Makefile | |
parent | Add samba-devel --> ports/net/samba-devel, repocopied from ports/net/samba. (diff) |
Make japanese/gd a slave port of graphics/gd.
Approved by: ichiro@ichiro.org (MAINTAINER of japanese/gd)
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 8dfda987f477..6b00fe5be149 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -7,13 +7,13 @@ PORTNAME= gd PORTVERSION= 1.8.4 -CATEGORIES= graphics +CATEGORIES+= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ \ ${MASTER_SITE_RINGSERVER} MASTER_SITE_SUBDIR= graphics/gd -MAINTAINER= billf@FreeBSD.org +MAINTAINER?= billf@FreeBSD.org LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ |