diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 09:04:55 +0800 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 09:04:55 +0800 |
commit | c54010f43433d6a46ee3d2484b4d98dbcecb24c0 (patch) | |
tree | c200c20995b53ca07f9f89992ecdeaf583596751 /sysutils/progsreiserfs | |
parent | 147fdee482ca1a335dcd09608f3b820a1dad2b40 (diff) | |
download | freebsd-ports-gnome-c54010f43433d6a46ee3d2484b4d98dbcecb24c0.tar.gz freebsd-ports-gnome-c54010f43433d6a46ee3d2484b4d98dbcecb24c0.tar.zst freebsd-ports-gnome-c54010f43433d6a46ee3d2484b4d98dbcecb24c0.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'sysutils/progsreiserfs')
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 43baafe200a0..7fe08610df7f 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -17,7 +17,7 @@ COMMENT= Utilities and library to manipulate ReiserFS partitions USE_GETOPT_LONG=yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-debug |