diff options
author | rtr <rtr@pkgsrc.org> | 2003-10-07 03:45:13 +0000 |
---|---|---|
committer | rtr <rtr@pkgsrc.org> | 2003-10-07 03:45:13 +0000 |
commit | 98550fbc4dd4fecada5e7020c6e48a514b47f63c (patch) | |
tree | c406f5f12f6a43a44a6592255318293d62575ebc /archivers/xmill/Makefile | |
parent | 6ee3f5d93ab4460847196d326adc157c68c4da41 (diff) | |
download | pkgsrc-98550fbc4dd4fecada5e7020c6e48a514b47f63c.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" |