diff options
Diffstat (limited to 'x11-toolkits/blt/Makefile')
-rw-r--r-- | x11-toolkits/blt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 0b00c7039a0d..7402478310af 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -3,7 +3,7 @@ # Date created: 14 December 1994 # Whom: wollman # -# $Id: Makefile,v 1.3 1995/04/01 12:50:43 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/12 20:30:53 asami Exp $ # DISTNAME= blt-1.7 @@ -16,5 +16,7 @@ LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk GNU_CONFIGURE= yes ALL_TARGET= all sharedlib -.include <bsd.port.mk> +post-install: + ldconfig -m ${PREFIX}/lib +.include <bsd.port.mk> |