summaryrefslogtreecommitdiff
path: root/textproc/sablotron/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-18 13:33:40 +0000
committerjlam <jlam>2004-02-18 13:33:40 +0000
commitc8a2fd90b73c914420e9b31021f269ee79cbfae1 (patch)
treee6391a0a29cee2898ed380fe3328cb0b69890ce3 /textproc/sablotron/Makefile
parent920811ba4244705fdca01b1f2e99c9104cf6ec5f (diff)
downloadpkgsrc-c8a2fd90b73c914420e9b31021f269ee79cbfae1.tar.gz
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
Diffstat (limited to 'textproc/sablotron/Makefile')
-rw-r--r--textproc/sablotron/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile
index 0618267b728..49395aea02e 100644
--- a/textproc/sablotron/Makefile
+++ b/textproc/sablotron/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/02/14 17:21:53 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/02/18 13:33:41 jlam Exp $
DISTNAME= Sablot-1.0.1
PKGNAME= ${DISTNAME:S/Sablot/sablotron/}
@@ -21,7 +21,7 @@ USE_LIBTOOL= YES
# buildlink2 finds.
LIBS+= ${_BLNK_ICONV_LDFLAGS}
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
# both libstdc++ and libm are required for gcc 2.95.x, as libstdc++
# does not include the math functions. gcc3 only needs libstdc++.