summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortron <tron>2002-12-16 14:36:28 +0000
committertron <tron>2002-12-16 14:36:28 +0000
commit07b6d5695a7f6ce9da5f6c7e039b05c6df966a42 (patch)
treefae7a754edce263e9f887b231b4dc7a3b41420f7 /misc
parent9ab92907e2ad7a621d7dc4c6c5253e486e3eeceb (diff)
downloadpkgsrc-07b6d5695a7f6ce9da5f6c7e039b05c6df966a42.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')
-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"