summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
commit5178b48938d20e336ec57a055a01cb66105cd20c (patch)
tree7b629f06e72f052bb88c209caf447e4bb6077033 /graphics/gd
parentUpgrade to 1.1. (diff)
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Notes
Notes: svn path=/head/; revision=29636
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile7
-rw-r--r--graphics/gd/pkg-plist2
2 files changed, 3 insertions, 6 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index c2b017da4148..f52d25594171 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -19,9 +19,11 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \
Xpm.4:${PORTSDIR}/graphics/xpm
-USE_XLIB= YES
+USE_XLIB= yes
.endif
+INSTALLS_SHLIBS= yes
+
pre-fetch:
.if !defined(WITH_X11)
@${ECHO} -n "If you want to compile in X support use "
@@ -31,7 +33,4 @@ pre-fetch:
pre-install:
${MKDIR} ${PREFIX}/include/gd
-post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/graphics/gd/pkg-plist b/graphics/gd/pkg-plist
index 2f698a654f5f..b72a1755a32b 100644
--- a/graphics/gd/pkg-plist
+++ b/graphics/gd/pkg-plist
@@ -18,5 +18,3 @@ lib/libgd.a
lib/libgd.so
lib/libgd.so.1
@dirrm include/gd
-@exec /sbin/ldconfig -m %B
-@unexec /sbin/ldconfig -R