diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-15 00:25:56 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-15 00:25:56 +0800 |
commit | 3399c57cd523e6325d4d719b48b5aa93bb4601ad (patch) | |
tree | f1c276da2c58f95abf53f4b07959ddbddc2bbd78 | |
parent | 4fcf514788a8a38a06d385c66c0cdb707500bc70 (diff) | |
download | freebsd-ports-gnome-3399c57cd523e6325d4d719b48b5aa93bb4601ad.tar.gz freebsd-ports-gnome-3399c57cd523e6325d4d719b48b5aa93bb4601ad.tar.zst freebsd-ports-gnome-3399c57cd523e6325d4d719b48b5aa93bb4601ad.zip |
A new port (php) needs additional header files from this package.
Added necessary changes to install the missing ones as well.
Updated the PLIST and tested make package ;-)
-rw-r--r-- | graphics/gd/pkg-plist | 8 | ||||
-rw-r--r-- | graphics/gd1/pkg-plist | 8 | ||||
-rw-r--r-- | graphics/gd2/pkg-plist | 8 |
3 files changed, 18 insertions, 6 deletions
diff --git a/graphics/gd/pkg-plist b/graphics/gd/pkg-plist index c21689c7e613..4926448aa8a2 100644 --- a/graphics/gd/pkg-plist +++ b/graphics/gd/pkg-plist @@ -1,8 +1,12 @@ bin/gddemo bin/giftogd bin/webgif -lib/libgd.a include/gd/gd.h +include/gd/gdfontg.h +include/gd/gdfontl.h +include/gd/gdfontmb.h include/gd/gdfonts.h -share/examples/gd/index.html +include/gd/gdfontt.h +lib/libgd.a share/examples/gd/demoin.gif +share/examples/gd/index.html diff --git a/graphics/gd1/pkg-plist b/graphics/gd1/pkg-plist index c21689c7e613..4926448aa8a2 100644 --- a/graphics/gd1/pkg-plist +++ b/graphics/gd1/pkg-plist @@ -1,8 +1,12 @@ bin/gddemo bin/giftogd bin/webgif -lib/libgd.a include/gd/gd.h +include/gd/gdfontg.h +include/gd/gdfontl.h +include/gd/gdfontmb.h include/gd/gdfonts.h -share/examples/gd/index.html +include/gd/gdfontt.h +lib/libgd.a share/examples/gd/demoin.gif +share/examples/gd/index.html diff --git a/graphics/gd2/pkg-plist b/graphics/gd2/pkg-plist index c21689c7e613..4926448aa8a2 100644 --- a/graphics/gd2/pkg-plist +++ b/graphics/gd2/pkg-plist @@ -1,8 +1,12 @@ bin/gddemo bin/giftogd bin/webgif -lib/libgd.a include/gd/gd.h +include/gd/gdfontg.h +include/gd/gdfontl.h +include/gd/gdfontmb.h include/gd/gdfonts.h -share/examples/gd/index.html +include/gd/gdfontt.h +lib/libgd.a share/examples/gd/demoin.gif +share/examples/gd/index.html |