summaryrefslogtreecommitdiff
path: root/meta-pkgs/xfce4/Makefile.common
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-10 11:53:37 +0000
committerxtraeme <xtraeme>2004-03-10 11:53:37 +0000
commit1edbd16ea90ea88d48f6ef1ae9d50c938b68072c (patch)
tree86ca6cc0f6dab5fa1054f6a9e01276efab509000 /meta-pkgs/xfce4/Makefile.common
parentc490fc82707a74a6191c4d3e2099da2f6d48ab2c (diff)
downloadpkgsrc-1edbd16ea90ea88d48f6ef1ae9d50c938b68072c.tar.gz
bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@
Diffstat (limited to 'meta-pkgs/xfce4/Makefile.common')
-rw-r--r--meta-pkgs/xfce4/Makefile.common11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common
index a44f732fad1..2204ac85d0b 100644
--- a/meta-pkgs/xfce4/Makefile.common
+++ b/meta-pkgs/xfce4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/03/10 07:41:16 martti Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/03/10 11:53:37 xtraeme Exp $
MASTER_SITES= http://www.xfce.org/archive/xfce-4.0.4/src/ \
http://linux.imp.mx/xfce4/xfce_4.0.4/src/
@@ -7,9 +7,10 @@ MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.xfce.org/
XFCE4_VERSION= 4.0.4
+PKGREVISION= 1
-USE_BUILDLINK2= # defined
-USE_X11BASE= # defined
+USE_BUILDLINK3= # defined
+USE_X11= # defined
USE_PKGLOCALEDIR= # defined
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
@@ -23,5 +24,5 @@ MESSAGE_SRC?= ${.CURDIR}/../../fonts/fontconfig/MESSAGE
PKG_CONFIG_PATH= ${BUILDLINK_DIR}/lib/pkgconfig
-.include "../../devel/glib2/buildlink2.mk"
-.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"