aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libvisual04
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 07:06:39 +0800
committerclsung <clsung@FreeBSD.org>2006-08-15 07:06:39 +0800
commit50795f01a3c57015e598ca1fc2157ee9960e872b (patch)
tree40f8c09ac63b030feb0791010ae8056bea6d5eff /graphics/libvisual04
parent7ef47488cb05bd8fb665e2190fa43d7b2255c15c (diff)
downloadfreebsd-ports-graphics-50795f01a3c57015e598ca1fc2157ee9960e872b.tar.gz
freebsd-ports-graphics-50795f01a3c57015e598ca1fc2157ee9960e872b.tar.zst
freebsd-ports-graphics-50795f01a3c57015e598ca1fc2157ee9960e872b.zip
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'graphics/libvisual04')
-rw-r--r--graphics/libvisual04/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile
index a6450157fc9..c084542506e 100644
--- a/graphics/libvisual04/Makefile
+++ b/graphics/libvisual04/Makefile
@@ -24,7 +24,7 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>