diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 01:13:42 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 01:13:42 +0000 |
commit | d601d5bb499e517ebcfae4091db4867df080e5c2 (patch) | |
tree | 96374f49199f83ce65e67dc9d9ebc4fe767754de /x11-toolkits/SoXt | |
parent | 61963c7242aeca4bb45d74fd414ea67332f2b8bb (diff) | |
download | FreeBSD-ports-d601d5bb499e517ebcfae4091db4867df080e5c2.zip FreeBSD-ports-d601d5bb499e517ebcfae4091db4867df080e5c2.tar.gz |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'x11-toolkits/SoXt')
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index 9b17799..c6ee1af 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${X11BASE} # avoid renaming of soxt-config and soxt-config.1 CONFIGURE_TARGET= --target="" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= soxt-config.1 .include <bsd.port.mk> |