diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-18 19:28:09 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-18 19:28:09 +0000 |
commit | 8bcbf5fb6b99102072a254d6d8a332c64a6626ce (patch) | |
tree | 15245215ddc372aa5285a30af4f052355b6813ec /sysutils/gnome-vfs2 | |
parent | b55b0660ea4ef38e5538c6a31d2eeb28c3ff1afe (diff) | |
download | pkgsrc-8bcbf5fb6b99102072a254d6d8a332c64a6626ce.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/gnome-vfs2')
-rw-r--r-- | sysutils/gnome-vfs2/Makefile | 3 |
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" |