diff options
Diffstat (limited to 'net/kdenetwork3/Makefile')
-rw-r--r-- | net/kdenetwork3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 94ae3972d41..1f41b38a76c 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2005/07/22 12:56:57 markd Exp $ +# $NetBSD: Makefile,v 1.43 2005/07/30 11:19:20 markd Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= net COMMENT= Network modules for the KDE integrated X11 desktop -PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ -PATCHFILES= post-3.4.1-kdenetwork-libgadu.patch - CONFLICTS= kopete-[0-9]* .include "../../meta-pkgs/kde3/Makefile.kde3" @@ -27,6 +23,10 @@ _REPLACE_FILES.bash= krfb/krfb_httpd/krfb_httpd .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "NetBSD" +CONFIGURE_ENV+= ac_cv_header_net_if_ppp_h=yes +.endif + .if ${OPSYS} == "SunOS" CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no .endif |