1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Install missing header (bump PORTREV)

Approved by: dinoex (maintainer)
This commit is contained in:
Volker Stolz 2005-10-14 14:28:46 +00:00
parent edbcb28d7b
commit a66e124060
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145383
3 changed files with 3 additions and 2 deletions

View File

@ -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/ \

View File

@ -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

View File

@ -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