diff options
-rw-r--r-- | math/xmgr/Makefile | 4 | ||||
-rw-r--r-- | misc/Addresses/Makefile | 4 | ||||
-rw-r--r-- | sysutils/burn/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 7a12a89050e..5d635ab1ae5 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/03/04 21:30:09 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/07/21 05:22:33 rillig Exp $ DISTNAME= xmgr-4.1.2 PKGREVISION= 3 @@ -17,7 +17,7 @@ COMMENT= Powerful XY plotting tool for workstations or X-terminals using X BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_X11BASE= YES -USE_LANGUAGES= fortran +USE_LANGUAGES= c fortran GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-acegr-home=${PREFIX:Q} diff --git a/misc/Addresses/Makefile b/misc/Addresses/Makefile index 10b23d5faec..18512b51b98 100644 --- a/misc/Addresses/Makefile +++ b/misc/Addresses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/05/28 00:26:27 rh Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/21 05:19:03 rillig Exp $ # DISTNAME= Addresses-0.4.6 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://giesler.biz/bjoern/en/sw_addr.html COMMENT= Address book for GNUstep -USE_LANGUAGES= objc +USE_LANGUAGES= c objc NO_CONFIGURE= yes MAKE_ENV+= Addresses_OBJCFLAGS=-I.. diff --git a/sysutils/burn/Makefile b/sysutils/burn/Makefile index 4be65555d58..c1bf76ebcba 100644 --- a/sysutils/burn/Makefile +++ b/sysutils/burn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/21 17:03:24 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/21 05:17:30 rillig Exp $ # DISTNAME= burn-0.4.0 @@ -18,7 +18,7 @@ DEPENDS+= gworkspace-[0-9]*:../../sysutils/gworkspace NO_CONFIGURE= YES MAKEFILE= GNUmakefile USE_TOOLS+= gmake -USE_LANGUAGES= objc +USE_LANGUAGES= c objc WRKSRC= ${WRKDIR}/${PKGBASE} MAKE_ENV+= ADDITIONAL_CPPFLAGS=-D_POSIX_SOURCE MAKE_ENV+= ADDITIONAL_LDFLAGS=-lutil |