summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam>2002-04-09 20:45:43 +0000
committerjlam <jlam>2002-04-09 20:45:43 +0000
commite0588cb764e144fb54ffcf185c561b0542529c85 (patch)
tree37093b619bcbf1611a281c2c9496fc95b6cb85fb /sysutils
parent44a5238b71131ac3f93377f979ba0c9714999711 (diff)
downloadpkgsrc-e0588cb764e144fb54ffcf185c561b0542529c85.tar.gz
Strongly buildlinkify. This will now pick up the correct libintl.so if
it exists in both /usr/lib and in /usr/pkg/lib.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-vfs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile
index a906f4153b8..12124e2b590 100644
--- a/sysutils/gnome-vfs/Makefile
+++ b/sysutils/gnome-vfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/03/24 19:59:37 rh Exp $
+# $NetBSD: Makefile,v 1.19 2002/04/09 20:45:43 jlam Exp $
DISTNAME= gnome-vfs-1.0.3
CATEGORIES= sysutils gnome
@@ -10,6 +10,7 @@ COMMENT= GNOME Virtual File System
BUILD_USES_MSGFMT= YES
+USE_BUILDLINK_ONLY= YES
USE_X11BASE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
@@ -20,4 +21,5 @@ CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/GConf/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"