summaryrefslogtreecommitdiff
path: root/devel/libltdl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-26 09:39:30 +0000
committerjlam <jlam@pkgsrc.org>2004-11-26 09:39:30 +0000
commit36d37026bd64c24c7b198c11e28ba9f29603ed29 (patch)
treeb10f241c6c11b3fdb72b99ab1c57f7de96025f0c /devel/libltdl
parentf96609e939eb77e246093949b916688023d4fe24 (diff)
downloadpkgsrc-36d37026bd64c24c7b198c11e28ba9f29603ed29.tar.gz
dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mk
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and make packages include dlopen.buildlink3.mk instead.
Diffstat (limited to 'devel/libltdl')
-rw-r--r--devel/libltdl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile
index 03e32e7966e..e19467d6619 100644
--- a/devel/libltdl/Makefile
+++ b/devel/libltdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/14 19:03:45 tv Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/26 09:39:30 jlam Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -16,5 +16,5 @@ CONFIGURE_ARGS+=--enable-libltdl-install
CONFIGURE_DIRS= ${WRKSRC}/libltdl
BUILD_DIRS= ${WRKSRC}/libltdl
-.include "../../devel/dlcompat/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"