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 /x11/xfce3 | |
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 'x11/xfce3')
-rw-r--r-- | x11/xfce3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xfce3/Makefile b/x11/xfce3/Makefile index bbf0b783d65..fa429fd4847 100644 --- a/x11/xfce3/Makefile +++ b/x11/xfce3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:52 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:28 rillig Exp $ DISTNAME= xfce-3.8.18 PKGREVISION= 5 @@ -11,12 +11,12 @@ COMMENT= Lightweight desktop environment with CDE look and feel BUILD_USES_MSGFMT= yes -USE_X11BASE= # defined -USE_PKGLOCALEDIR= # defined -USE_LIBTOOL= # defined +USE_X11BASE= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes USE_TOOLS+= gmake -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes .if ${MACHINE_ARCH} == "alpha" GCC_REQD+= 2.95 |