aboutsummaryrefslogtreecommitdiffstats
path: root/russian/gd/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-03-30 00:45:56 +0800
committerdinoex <dinoex@FreeBSD.org>2004-03-30 00:45:56 +0800
commit9ea0b53dffde42a7079ab3f9a8479412ccbed06a (patch)
treea5e61607ee7e84eef1da1073bc44689333e91f85 /russian/gd/Makefile
parentcc086c3f1f7e257daf2289557bc481fe61715809 (diff)
downloadfreebsd-ports-gnome-9ea0b53dffde42a7079ab3f9a8479412ccbed06a.tar.gz
freebsd-ports-gnome-9ea0b53dffde42a7079ab3f9a8479412ccbed06a.tar.zst
freebsd-ports-gnome-9ea0b53dffde42a7079ab3f9a8479412ccbed06a.zip
- use INSTALLS_SHLIB
Diffstat (limited to 'russian/gd/Makefile')
-rw-r--r--russian/gd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/russian/gd/Makefile b/russian/gd/Makefile
index 4f674b6ad913..7b8cdd135dd9 100644
--- a/russian/gd/Makefile
+++ b/russian/gd/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_REINPLACE= yes
+INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \
@@ -27,7 +28,4 @@ post-patch:
pre-install:
${MKDIR} ${PREFIX}/include/gd
-post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>