summaryrefslogtreecommitdiff
path: root/lang/cint
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-09 21:24:12 +0000
committertv <tv@pkgsrc.org>2005-11-09 21:24:12 +0000
commit187baf498e233f29b87c3e6faff8ad05c18f72cd (patch)
treed89493c6d05f9b58a8a3cce26ca51d1959016f29 /lang/cint
parent11d80510f550eb110103902c1c80dfe493d51de9 (diff)
downloadpkgsrc-187baf498e233f29b87c3e6faff8ad05c18f72cd.tar.gz
Fail the build if the OPSYS check falls through in do-build.
Diffstat (limited to 'lang/cint')
-rw-r--r--lang/cint/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 7a1248bb3ea..b5569e35c42 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:59 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/11/09 21:24:12 tv Exp $
DISTNAME= cint5.15
PKGNAME= cint-5.15.174
@@ -35,6 +35,8 @@ do-build:
${SH} ./setup platform/netbsd ;; \
SunOS) \
${SH} ./setup platform/solaris_gcc ;; \
+ *) \
+ ${ECHO} 'not yet ported to ${OPSYS}'; exit 1 ;; \
esac
do-install: