summaryrefslogtreecommitdiff
path: root/lang/cint
diff options
context:
space:
mode:
authordholland <dholland>2015-08-30 08:41:44 +0000
committerdholland <dholland>2015-08-30 08:41:44 +0000
commitf9bb63df56c0d59d619e89ad0ac386e1d4f631af (patch)
treecd7e2321066b792ebf7726bfef76a2a5f3895d9c /lang/cint
parente179f4ee49549d7db3dab16907f735daeb3f8bc0 (diff)
downloadpkgsrc-f9bb63df56c0d59d619e89ad0ac386e1d4f631af.tar.gz
Add more configs: try using the shipped freebsd config for freebsd and dfly,
use the netbsd config for openbsd and bitrig. Might work...
Diffstat (limited to 'lang/cint')
-rw-r--r--lang/cint/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 8d0c3736434..7c5726f6ed1 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/09/24 23:24:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2015/08/30 08:41:44 dholland Exp $
DISTNAME= cint5.15
PKGNAME= cint-5.15.174
@@ -36,7 +36,9 @@ post-extract:
do-build:
cd ${WRKDIR}; \
case ${OPSYS} in \
- NetBSD) \
+ FreeBSD|DragonFly) \
+ ${SH} ./setup platform/freebsd_C ;; \
+ NetBSD|OpenBSD|Bitrig) \
${SH} ./setup platform/netbsd ;; \
SunOS) \
${SH} ./setup platform/solaris_gcc ;; \