summaryrefslogtreecommitdiff
path: root/audio/bml
diff options
context:
space:
mode:
authorsbd <sbd>2012-02-05 09:24:19 +0000
committersbd <sbd>2012-02-05 09:24:19 +0000
commit74ac8123718b402e9b931e90e427ef98a3bf32f2 (patch)
tree6a2e2ea2d2216e1b00cd93cec764356f39a47f18 /audio/bml
parent08b3732f365362d1e642ff31947062fa7164c698 (diff)
downloadpkgsrc-74ac8123718b402e9b931e90e427ef98a3bf32f2.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"