diff options
author | martti <martti@pkgsrc.org> | 2007-04-12 09:55:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-04-12 09:55:08 +0000 |
commit | cc3a1b98dbb5f28f9899b166be27a16e4831791a (patch) | |
tree | df1647c213d3eed2c06db3ecc7e1e4a7031720db /meta-pkgs/xfce4/Makefile.common | |
parent | aaa04d9ac82bfe4f1c8570d3badea5fbf3fac8fb (diff) | |
download | pkgsrc-cc3a1b98dbb5f28f9899b166be27a16e4831791a.tar.gz |
Updated to Xfce 4.4.1
See http://www.xfce.org/documentation/changelogs/4.4.1 for details.
Diffstat (limited to 'meta-pkgs/xfce4/Makefile.common')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 237089b4cf8..f2c9ba74aa3 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,19 +1,19 @@ -# $NetBSD: Makefile.common,v 1.33 2007/02/01 13:03:53 joerg Exp $ +# $NetBSD: Makefile.common,v 1.34 2007/04/12 09:55:11 martti Exp $ -MASTER_SITES= http://www.xfce.org/archive/xfce-4.2.4/src/ \ - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.4/src/ +MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.1/src/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.xfce.org/ -XFCE4_VERSION= 4.2.4 +XFCE4_VERSION= 4.4.1 # Do NOT put a PKGREVISION statement in this file! USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake pkg-config msgfmt perl .if ${MACHINE_ARCH} == "alpha" GCC_REQD+= 3.0 @@ -21,6 +21,9 @@ GCC_REQD+= 3.0 XFCE4_EGBASE= ${PREFIX}/share/examples/xfce4 +.include "../../devel/xfce4-dev-tools/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" ## # Use the latest GNU tar when the native tar is buggy |