diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-13 15:28:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-13 15:28:40 +0000 |
commit | 7b3981a733af53fa91845656842454299ec750c1 (patch) | |
tree | 39a274cb6f62622fab732e25f096a144fa1df2c6 /meta-pkgs/xfce4 | |
parent | 993ee3e984f112c546bdda786a08f6396185c280 (diff) | |
download | pkgsrc-7b3981a733af53fa91845656842454299ec750c1.tar.gz |
Depend on intltool for all of XFCE4.
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 f2c9ba74aa3..47f9d3b8ec4 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2007/04/12 09:55:11 martti Exp $ +# $NetBSD: Makefile.common,v 1.35 2007/04/13 15:28:40 joerg Exp $ MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.1/src/ EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ XFCE4_VERSION= 4.4.1 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config msgfmt perl +USE_TOOLS+= gmake pkg-config msgfmt perl intltool .if ${MACHINE_ARCH} == "alpha" GCC_REQD+= 3.0 |