diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
commit | 326169077a1ea33e6ce3ca3fd58f9e44cc2eb041 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /meta-pkgs | |
parent | a97936193dc3417e78f64b9361579ab280ca8f30 (diff) | |
download | pkgsrc-326169077a1ea33e6ce3ca3fd58f9e44cc2eb041.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 1deb6a92e28..33a3ac027ac 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2004/03/20 20:08:38 wiz Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/03/23 04:41:01 jlam Exp $ MASTER_SITES= http://www.xfce.org/archive/xfce-4.0.4/src/ \ http://linux.imp.mx/xfce4/xfce_4.0.4/src/ @@ -9,7 +9,7 @@ HOMEPAGE= http://www.xfce.org/ XFCE4_VERSION= 4.0.4 PKGREVISION= 1 -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_X11= # defined USE_PKGLOCALEDIR= # defined USE_LIBTOOL= # defined |