diff options
author | perky <perky@FreeBSD.org> | 2004-02-29 06:51:32 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-02-29 06:51:32 +0800 |
commit | 88665e561c1f00f298f921a58dfbcf3c9f9b7dcc (patch) | |
tree | 66dc61dd0d150af29c4732502cc37567527ce94f /graphics | |
parent | 7d0a476e371c4967e7cd5777fbea0a88542d1a7f (diff) | |
download | freebsd-ports-gnome-88665e561c1f00f298f921a58dfbcf3c9f9b7dcc.tar.gz freebsd-ports-gnome-88665e561c1f00f298f921a58dfbcf3c9f9b7dcc.tar.zst freebsd-ports-gnome-88665e561c1f00f298f921a58dfbcf3c9f9b7dcc.zip |
This port now INSTALLS_SHLIB by previous commit.
Spotted by: knu
Diffstat (limited to 'graphics')
-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 |