diff options
author | vs <vs@FreeBSD.org> | 2005-10-14 22:28:46 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-14 22:28:46 +0800 |
commit | 8662c56fde7b0ea974f1d73799329a320d259079 (patch) | |
tree | 2a2653a791f6fc9a7bae1fcd587296614c4a1e21 /graphics | |
parent | f06c784660e72d441bfea3e4ef64c57431962d4e (diff) | |
download | freebsd-ports-gnome-8662c56fde7b0ea974f1d73799329a320d259079.tar.gz freebsd-ports-gnome-8662c56fde7b0ea974f1d73799329a320d259079.tar.zst freebsd-ports-gnome-8662c56fde7b0ea974f1d73799329a320d259079.zip |
Install missing header (bump PORTREV)
Approved by: dinoex (maintainer)
Diffstat (limited to 'graphics')
-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 |