diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-28 11:54:24 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-28 11:54:24 +0000 |
commit | d289f92dd88aff56410c9ff0b5c58b8ac8e38c77 (patch) | |
tree | 256ec870b9247fef172dac3d90042de5d0aa8903 /graphics/gdchart | |
parent | 83bcc30a853d6018c08a4d5473d95ba7be36c7f0 (diff) | |
download | ports-d289f92dd88aff56410c9ff0b5c58b8ac8e38c77.tar.gz ports-d289f92dd88aff56410c9ff0b5c58b8ac8e38c77.zip |
Notes
Diffstat (limited to 'graphics/gdchart')
-rw-r--r-- | graphics/gdchart/Makefile | 1 | ||||
-rw-r--r-- | graphics/gdchart/files/Makefile | 1 | ||||
-rw-r--r-- | graphics/gdchart/pkg-plist | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index f345888b325e..37491704868b 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdchart PORTVERSION= 0.11.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ diff --git a/graphics/gdchart/files/Makefile b/graphics/gdchart/files/Makefile index d95829174806..424b7f4ffcf3 100644 --- a/graphics/gdchart/files/Makefile +++ b/graphics/gdchart/files/Makefile @@ -22,5 +22,6 @@ LOCALBASE?= /usr/local LIBDIR= ${PREFIX}/lib INCSDIR= ${PREFIX}/include INCDIR= ${INCSDIR} # for pre-bsd.incs.mk API +SHLIB_MAJOR= 1 .include <bsd.lib.mk> diff --git a/graphics/gdchart/pkg-plist b/graphics/gdchart/pkg-plist index 54647670e182..68260ce6ddad 100644 --- a/graphics/gdchart/pkg-plist +++ b/graphics/gdchart/pkg-plist @@ -3,6 +3,8 @@ include/gdchart.h include/gdcpie.h include/gifencode.h lib/libgdc.a +lib/libgdc.so +lib/libgdc.so.1 %%PROFILE%%lib/libgdc_p.a %%PORTDOCS%%share/doc/gdchart/README %%PORTDOCS%%@dirrm share/doc/gdchart |