diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:13:42 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:13:42 +0000 |
commit | 7fcd38cac3aea93a0acfa34eb9154866b67b0852 (patch) | |
tree | c7744bf36c82c1d4b3a6d5dfdb8cb8cad40644b3 /x11-toolkits/movingmotif | |
parent | e2f1a391066e99c8f7f9e88ba89d0e35e2b8b6b0 (diff) |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170655
Diffstat (limited to 'x11-toolkits/movingmotif')
-rw-r--r-- | x11-toolkits/movingmotif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile index b4ac9d6d44ed..9a9b3399465c 100644 --- a/x11-toolkits/movingmotif/Makefile +++ b/x11-toolkits/movingmotif/Makefile @@ -18,6 +18,6 @@ COMMENT= Display scientific data as dynamic plot USE_MOTIF= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> |