diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /print/ijs | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'print/ijs')
-rw-r--r-- | print/ijs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ijs/Makefile b/print/ijs/Makefile index 7179935fa79..78816669c1a 100644 --- a/print/ijs/Makefile +++ b/print/ijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:28 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:26 rillig Exp $ DISTNAME= ijs-0.34 PKGREVISION= 1 @@ -10,8 +10,8 @@ HOMEPAGE= http://www.linuxprinting.org/ijs/ COMMENT= Protocol library for raster page transmission USE_TOOLS+= gmake -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes BUILD_TARGET= libijs.la MAKE_ENV+= XCFLAGS="${CFLAGS}" |