diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-14 14:28:46 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-14 14:28:46 +0000 |
commit | a66e1240609ca73815a79b3beeaf1181714db6fa (patch) | |
tree | 9210541544a08c7b7bc2c9cac61c051fb5ce4b4a /graphics/gd | |
parent | Backport WITH_OPENLDAP_VER from mail/postfix (diff) |
Install missing header (bump PORTREV)
Approved by: dinoex (maintainer)
Notes
Notes:
svn path=/head/; revision=145383
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd/files/Makefile.bsd | 2 | ||||
-rw-r--r-- | graphics/gd/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 97750391baa3..7f61aa2a2b04 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -7,7 +7,7 @@ PORTNAME= gd PORTVERSION= 2.0.33 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ diff --git a/graphics/gd/files/Makefile.bsd b/graphics/gd/files/Makefile.bsd index afea3a8d0b9a..b823efcaba53 100644 --- a/graphics/gd/files/Makefile.bsd +++ b/graphics/gd/files/Makefile.bsd @@ -15,7 +15,7 @@ LIB=gd SHLIB_MAJOR=4 SHLIB_MINOR=0 INCS= gd.h gd_io.h gdcache.h gdfontg.h gdfontl.h gdfontmb.h \ - gdfonts.h gdfontt.h + gdfonts.h gdfontt.h entities.h SHLIB_NAME!= ${MAKE} -V SHLIB_NAME LIB=${LIB} \ SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} -f ${MAKEDIR}/bsd.lib.mk diff --git a/graphics/gd/pkg-plist b/graphics/gd/pkg-plist index 0cbf1ee52499..c3303b6189cf 100644 --- a/graphics/gd/pkg-plist +++ b/graphics/gd/pkg-plist @@ -11,6 +11,7 @@ bin/giftogd2 bin/pngtogd bin/pngtogd2 bin/webpng +include/entities.h include/gd.h include/gd_io.h include/gdcache.h |