1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- s,INSTALLS_SHLIB,USE_LDCONFIG,g

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
Cheng-Lung Sung 2006-08-15 01:22:34 +00:00
parent 7fcd38cac3
commit 48d737c10d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170656

View File

@ -26,6 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAKE_ARGS= confexecdir=${PREFIX}/etc
INSTALLS_SHLIB= YES
USE_LDCONFIG= yes
.include <bsd.port.mk>