aboutsummaryrefslogtreecommitdiff
path: root/net/kdenetwork2/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-07-21 03:17:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-07-21 03:17:23 +0000
commitde2c8b70d77081bc8dcabc5577d8ccfa5385fff3 (patch)
treeaaed637bc7de78f2e2f8abfa1e66972d75b91157 /net/kdenetwork2/Makefile
parent0835b20dec23f8e9f8ace45c2560bdb1e4576e38 (diff)
downloadports-de2c8b70d77081bc8dcabc5577d8ccfa5385fff3.tar.gz
ports-de2c8b70d77081bc8dcabc5577d8ccfa5385fff3.zip
Notes
Diffstat (limited to 'net/kdenetwork2/Makefile')
-rw-r--r--net/kdenetwork2/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile
index 6473e168f0c9..e126402a4b70 100644
--- a/net/kdenetwork2/Makefile
+++ b/net/kdenetwork2/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.34 1999/05/20 19:08:00 asami Exp $
+# $Id: Makefile,v 1.35 1999/05/27 07:32:29 tg Exp $
#
DISTNAME= kdenetwork-1.1.1
@@ -33,4 +33,11 @@ CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# ksirc needs egcs
+.if ${OSVERSION} < 400004
+PLIST= ${PKGDIR}/PLIST.noksirc
+.endif
+
+.include <bsd.port.post.mk>