1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

INSTALLS_SHLIB -> USE_LDCONFIG

This commit is contained in:
Edwin Groothuis 2006-08-05 01:19:16 +00:00
parent 1249b00781
commit f86b24b6c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169698
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include
USE_SDL= sdl mixer image
USE_GNOME= pkgconfig
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO

View File

@ -18,7 +18,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX} -without-restart
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>