diff options
author | rh <rh> | 2006-05-28 00:26:26 +0000 |
---|---|---|
committer | rh <rh> | 2006-05-28 00:26:26 +0000 |
commit | 9c8e2b5ef50aca23be298a8f27cee2102f754d01 (patch) | |
tree | 4f7f02f7c6e247f50b4943c439b43d76a2bf1637 /sysutils/burn | |
parent | 7615e0b79371377f7c691d7753c3eb02d9e57408 (diff) | |
download | pkgsrc-9c8e2b5ef50aca23be298a8f27cee2102f754d01.tar.gz |
Add USE_LANGUAGES= objc
Diffstat (limited to 'sysutils/burn')
-rw-r--r-- | sysutils/burn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/burn/Makefile b/sysutils/burn/Makefile index 8450f464d1b..be08fb0d80d 100644 --- a/sysutils/burn/Makefile +++ b/sysutils/burn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/18 20:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/28 00:26:27 rh Exp $ # DISTNAME= burn-0.4.0 @@ -20,6 +20,7 @@ DEPENDS+= gworkspace-[0-9]*:../../sysutils/gworkspace NO_CONFIGURE= YES MAKEFILE= GNUmakefile USE_TOOLS+= gmake +USE_LANGUAGES= objc WRKSRC= ${WRKDIR}/${PKGBASE} MAKE_ENV+= ADDITIONAL_CPPFLAGS=-D_POSIX_SOURCE MAKE_ENV+= ADDITIONAL_LDFLAGS=-lutil |