summaryrefslogtreecommitdiff
path: root/misc/gnome-pim
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-12-16 14:36:28 +0000
committertron <tron@pkgsrc.org>2002-12-16 14:36:28 +0000
commit818ed5d63b01d3bf60f157aa68a26b36d2e04595 (patch)
treefae7a754edce263e9f887b231b4dc7a3b41420f7 /misc/gnome-pim
parentf0d7a486e2dda2bcd43514a34c7c879bd2371c36 (diff)
downloadpkgsrc-818ed5d63b01d3bf60f157aa68a26b36d2e04595.tar.gz
Buildlinkify this package to stop it from using packaged version of
"libintl" even if it is not necessary. Bump package revision.
Diffstat (limited to 'misc/gnome-pim')
-rw-r--r--misc/gnome-pim/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile
index c3ff5240253..b8b47342983 100644
--- a/misc/gnome-pim/Makefile
+++ b/misc/gnome-pim/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2002/10/19 10:54:55 rh Exp $
-#
+# $NetBSD: Makefile,v 1.33 2002/12/16 14:36:28 tron Exp $
DISTNAME= gnome-pim-1.4.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pim/1.4/}
@@ -11,8 +10,8 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= Personal Information Manager for GNOME
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
+USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
@@ -34,4 +33,5 @@ LOCALEDIR= lib
LOCALEDIR= share
.endif
+.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"