summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-18 19:28:09 +0000
committerjmmv <jmmv>2005-03-18 19:28:09 +0000
commit202696c57e0023bd827e8752d1764fb13c15b5e2 (patch)
tree15245215ddc372aa5285a30af4f052355b6813ec /sysutils
parentf02ae2f5097058aa123793b4c207f75b6fd0e573 (diff)
downloadpkgsrc-202696c57e0023bd827e8752d1764fb13c15b5e2.tar.gz
Include krb5.buildlink3.mk file so that gssapi support can be built on
systems which support it (not true under NetBSD, as there is no krb5-config file; no harm done, but a workaround should be put in place, which is kinda laborious). "Fixes" build under Linux (I'm not sure it was really broken, but anyway, this was in fact a problem), as reported in PR pkg/29712.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-vfs2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs2/Makefile b/sysutils/gnome-vfs2/Makefile
index bfb4a853c66..37b5c825520 100644
--- a/sysutils/gnome-vfs2/Makefile
+++ b/sysutils/gnome-vfs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/02/26 17:23:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.47 2005/03/18 19:28:09 jmmv Exp $
#
PKGCONFIG_OVERRIDE= gnome-vfs-2.0.pc.in
@@ -41,4 +41,5 @@ LDFLAGS.Darwin+= -lresolv
.include "../../security/gnutls/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"