diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-14 16:25:56 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-14 16:25:56 +0000 |
commit | f50d39ab11caaf2902bf5d5ae4e3bbaf20203769 (patch) | |
tree | 8eeb86c00f5d280ff4e79ef261676e591ad92b10 | |
parent | Enable xtimer. (diff) |
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 ;-)
Notes
Notes:
svn path=/head/; revision=6933
-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 |