summaryrefslogtreecommitdiff
path: root/audio/bml
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-02-05 09:24:19 +0000
committersbd <sbd@pkgsrc.org>2012-02-05 09:24:19 +0000
commitbbf5ddfbe970d77aba19e97db8c8bbdd55479a6d (patch)
tree6a2e2ea2d2216e1b00cd93cec764356f39a47f18 /audio/bml
parenta6701f9bfee07fea48cfc1a5218c15d773a3b5b3 (diff)
downloadpkgsrc-bbf5ddfbe970d77aba19e97db8c8bbdd55479a6d.tar.gz
Correct spelling mistake with BUILDLINK_LDADD.dl and it can only be used in
a conditional after the inclusion of bsd.pkg.mk.
Diffstat (limited to 'audio/bml')
-rw-r--r--audio/bml/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/bml/Makefile b/audio/bml/Makefile
index 14a35636f99..3746a92246a 100644
--- a/audio/bml/Makefile
+++ b/audio/bml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/02/04 10:24:37 obache Exp $
+# $NetBSD: Makefile,v 1.5 2012/02/05 09:24:19 sbd Exp $
#
DISTNAME= bml-0.5.0
@@ -28,8 +28,8 @@ LDFLAGS+= -li386 # for i386_set_ldt
.endif
.include "../../mk/dlopen.buildlink3.mk"
-.if empty(BUILDLINK_LDADD.ldl)
+.include "../../mk/bsd.pkg.mk"
+
+.if empty(BUILDLINK_LDADD.dl)
BUILDLINK_TRANSFORM+= rm:-ldl
.endif
-
-.include "../../mk/bsd.pkg.mk"