summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-07-18 09:38:26 +0000
committerschmonz <schmonz>2004-07-18 09:38:26 +0000
commit79a3828a09e219b1fb7ca45b73539aeac46b7986 (patch)
tree651fa4f48501cb6b2109903862d66e9efe0325fe /devel/libtool-base
parent53454722d571cf0e2cce8b7b0a3d6e67066d7b3f (diff)
downloadpkgsrc-79a3828a09e219b1fb7ca45b73539aeac46b7986.tar.gz
Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,
as that test is now done by the buildlink3 file itself.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 76feb0745c2..7e254a1fed8 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/06/17 03:49:15 tv Exp $
+# $NetBSD: Makefile,v 1.38 2004/07/18 09:38:26 schmonz Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
@@ -49,10 +49,6 @@ CONFIGURE_ENV+= lt_cv_path_NM="nm -p"
CONFIGURE_ENV+= lt_cv_path_NM="nm -B"
.endif
-.if ${OPSYS} == "Darwin"
-. include "../../devel/dlcompat/buildlink3.mk"
-.endif
-
BUILD_SHLIBTOOL?= YES
.PHONY: fix-libtool
@@ -79,4 +75,5 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/shlibtool ${PREFIX}/bin/shlibtool
.endif
+.include "../../devel/dlcompat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"