diff options
author | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
commit | 70655c85b2536d9dfd095ba2b50eb3bbfc6fb453 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /meta-pkgs/xfce4 | |
parent | 751036b69c7d3a3afbe83af9f9c8088ae182a56d (diff) | |
download | pkgsrc-70655c85b2536d9dfd095ba2b50eb3bbfc6fb453.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'meta-pkgs/xfce4')
-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 |