summaryrefslogtreecommitdiff
path: root/net/unfs3
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-14 20:00:12 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-14 20:00:12 +0000
commit57f62f8c68074e9ee3751c12069592a7ab6fbce2 (patch)
tree4b2b2b719a32cbb05ae9e8c485dad31efa6c3804 /net/unfs3
parent4bbac41ab5611ecad1ae318b8b53a729dda07d30 (diff)
downloadpkgsrc-57f62f8c68074e9ee3751c12069592a7ab6fbce2.tar.gz
Use LIBS for -lfl, not LDFLAGS. Otherwise the primary compiler check fails.
Diffstat (limited to 'net/unfs3')
-rw-r--r--net/unfs3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index 4d3bb785198..d3df72d465a 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/02/04 14:43:31 tnn Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/14 20:00:12 joerg Exp $
#
DISTNAME= unfs3-0.9.22
@@ -14,7 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake flex bison
-LDFLAGS+= -lfl
+.include "../../mk/bsd.prefs.mk"
+
+LIBS+= -lfl
CONF_FILES+= ${PREFIX}/share/examples/unfs3/exports \
${PKG_SYSCONFDIR}/exports