summaryrefslogtreecommitdiff
path: root/x11-toolkits/xbae/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 16:44:16 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 16:44:16 +0000
commit1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (patch)
tree793d58c7df7e7a6a8851050e7e17a32a176a9a93 /x11-toolkits/xbae/Makefile
parentUpdate port to 4.41 (diff)
First round of INSTALL_SHLIB fixes.
Notes
Notes: svn path=/head/; revision=29613
Diffstat (limited to 'x11-toolkits/xbae/Makefile')
-rw-r--r--x11-toolkits/xbae/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile
index ada44155a0e7..e4c4285af8c6 100644
--- a/x11-toolkits/xbae/Makefile
+++ b/x11-toolkits/xbae/Makefile
@@ -17,8 +17,10 @@ DISTNAME= Xbae-${PORTVERSION}
MAINTAINER= Lars.Koeller@Uni-Bielefeld.de
-REQUIRES_MOTIF= YES
-USE_IMAKE= YES
+REQUIRES_MOTIF= yes
+USE_IMAKE= yes
+INSTALL_SHLIBS= yes
+
MAN3= XbaeCaption.3 XbaeMatrix.3
.include <bsd.port.pre.mk>
@@ -29,6 +31,5 @@ post-install:
.endif
${RM} -rf ${PREFIX}/include/Xbae
${LN} -sf Xbae-4.7 ${PREFIX}/include/Xbae
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>