diff options
-rw-r--r-- | print/a2ps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index fb6c3ec8a71..303331a34fb 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2005/07/16 01:19:18 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2005/11/30 18:24:00 tonio Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \ ftp://ftp.enst.fr/pub/unix/a2ps/ @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/a2ps-4.13 STRIP= # empty USE_LIBTOOL= yes +CFLAGS.Darwin+= -flat_namespace USE_TOOLS+= file:run gmake mktemp:run perl:run CONFIGURE_ENV+= file_prog=${FILE_CMD:Q} |