diff options
author | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
commit | 497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /x11/xview-clients | |
parent | 78122d314edeb82e3047dae09d03b73df8b70852 (diff) | |
download | pkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'x11/xview-clients')
-rw-r--r-- | x11/xview-clients/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile index 9c5c52f54b9..88f0bba46e7 100644 --- a/x11/xview-clients/Makefile +++ b/x11/xview-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/04/11 21:48:17 tv Exp $ +# $NetBSD: Makefile,v 1.27 2005/09/28 20:52:28 rillig Exp $ DISTNAME= xview3.2p1-X11R6 PKGNAME= xview-clients-3.2.1 @@ -16,7 +16,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL EXTRACT_ELEMENTS= ${DISTNAME}/clients ${DISTNAME}/images WRKSRC= ${WRKDIR}/${DISTNAME}/clients -USE_IMAKE= # defined +USE_IMAKE= yes post-patch: @cd ${WRKSRC}; \ |