From d7189fea743529c5e2dc36b112d0bb38ae706f31 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 11 Dec 2015 23:32:53 +0000 Subject: Honour wrappers. Declare C++ dependency. --- lang/cint/Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 7c5726f6ed1..d1cd6f7cc8d 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/08/30 08:41:44 dholland Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/11 23:32:53 joerg Exp $ DISTNAME= cint5.15 PKGNAME= cint-5.15.174 @@ -13,6 +13,8 @@ COMMENT= C/C++ interpreter CONFLICTS= man-pages-[0-9]* +USE_LANGUAGES= c c++ + #same distribution file name for minor versions DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} @@ -37,11 +39,14 @@ do-build: cd ${WRKDIR}; \ case ${OPSYS} in \ FreeBSD|DragonFly) \ - ${SH} ./setup platform/freebsd_C ;; \ + ${PKGSRC_SETENV} ${MAKE_ENV} ${SH} ./setup platform/freebsd_C \ + ;; \ NetBSD|OpenBSD|Bitrig) \ - ${SH} ./setup platform/netbsd ;; \ + ${PKGSRC_SETENV} ${MAKE_ENV} ${SH} ./setup platform/netbsd \ + ;; \ SunOS) \ - ${SH} ./setup platform/solaris_gcc ;; \ + ${PKGSRC_SETENV} ${MAKE_ENV} ${SH} ./setup platform/solaris_gcc \ + ;; \ *) \ ${ECHO} 'not yet ported to ${OPSYS}'; exit 1 ;; \ esac -- cgit v1.2.3