aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/Xaw3d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/Xaw3d/Makefile')
-rw-r--r--x11-toolkits/Xaw3d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile
index 86c02f652e6d..17403522a0d4 100644
--- a/x11-toolkits/Xaw3d/Makefile
+++ b/x11-toolkits/Xaw3d/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 November 1994
# Whom: asami
#
-# $Id: Makefile,v 1.6 1995/04/04 09:24:46 asami Exp $
+# $Id: Makefile,v 1.7 1995/04/12 20:30:39 asami Exp $
#
DISTNAME= Xaw3d-1.1
@@ -15,4 +15,7 @@ MAINTAINER= asami@FreeBSD.ORG
WRKSRC= ${WRKDIR}/lib/Xaw3d
USE_IMAKE= yes
+post-install:
+ ldconfig -m ${PREFIX}/lib
+
.include <bsd.port.mk>