diff options
author | rtr <rtr> | 2003-10-07 03:45:13 +0000 |
---|---|---|
committer | rtr <rtr> | 2003-10-07 03:45:13 +0000 |
commit | de7e60aafbe9ab48969b1cbfd25d9260613383d2 (patch) | |
tree | c406f5f12f6a43a44a6592255318293d62575ebc /archivers/xmill/Makefile | |
parent | 1649074c92f0b2ac7a4dbea80b07a4fbb6925800 (diff) | |
download | pkgsrc-de7e60aafbe9ab48969b1cbfd25d9260613383d2.tar.gz |
patch-a{d,e,f,g,h,i,j,k,l}: add class-key to friend declarations.
patch-a{m,n}: whitespace fix to avoid cpp warnings.
Finally, make it use gmake nbmake isn't compatible anymore.
Should resolve pr pkg/23075.
Patches approved by Johnny C. Lam.
Diffstat (limited to 'archivers/xmill/Makefile')
-rw-r--r-- | archivers/xmill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 8929b0449de..c4dde59201d 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/19 08:54:24 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/10/07 03:45:13 rtr Exp $ DISTNAME= xmill-0-7 PKGNAME= xmill-0.7 @@ -15,6 +15,7 @@ BUILD_DEPENDS= unzip-[0-9]*:../../archivers/unzip EXTRACT_CMD= ${LOCALBASE}/bin/unzip -aq ${DOWNLOADED_DISTFILE} +USE_GMAKE= #defined MAKEFILE= makefile RESTRICTED= "Redistribution not permitted" |