diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-28 22:51:32 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-28 22:51:32 +0000 |
commit | c3a525858efec7d5e34b24a1dd6de21611d6d53a (patch) | |
tree | 882247cbc274948b906a85dc8cb8ad7121a24aad /graphics/gdchart | |
parent | d14df55976c9117d922047c91d3dd2c4aa49b24e (diff) | |
download | ports-c3a525858efec7d5e34b24a1dd6de21611d6d53a.tar.gz ports-c3a525858efec7d5e34b24a1dd6de21611d6d53a.zip |
Notes
Diffstat (limited to 'graphics/gdchart')
-rw-r--r-- | graphics/gdchart/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 37491704868b..96d651fa7f6f 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ USE_REINPLACE= yes MAKEFILE= ${FILESDIR}/Makefile MAKE_ARGS= PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}" +INSTALLS_SHLIB= yes DOCS= README EXAMPLES= ft_samp.c gdc_pie_samp.c gdc_samp1.c gdc_samp2.c |