aboutsummaryrefslogtreecommitdiffstats
path: root/net/simicq/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-11-16 05:31:39 +0800
committerarved <arved@FreeBSD.org>2002-11-16 05:31:39 +0800
commit09a94d632e7cbef44753190332893144743615c0 (patch)
tree50e6814ac2438a9d96fdfd993f6e0c8f99725702 /net/simicq/Makefile
parentc464a115dd6c365eee797ae3d098fabdd2ab20ce (diff)
downloadfreebsd-ports-gnome-09a94d632e7cbef44753190332893144743615c0.tar.gz
freebsd-ports-gnome-09a94d632e7cbef44753190332893144743615c0.tar.zst
freebsd-ports-gnome-09a94d632e7cbef44753190332893144743615c0.zip
Update Maintainers Emailaddress in pkg-descr [1]
USE_KDELIBS_VER does not work with bsd.port.(pre|post).mk [2] Submitted by: maintainer[1] Herbert Skuhra <zapata@gmx.at> [2]
Diffstat (limited to 'net/simicq/Makefile')
-rw-r--r--net/simicq/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/simicq/Makefile b/net/simicq/Makefile
index 41f6b8463398..4cf83c2d84e3 100644
--- a/net/simicq/Makefile
+++ b/net/simicq/Makefile
@@ -21,8 +21,6 @@ CONFIGURE_TARGET=
CONFIGURE_ARGS+= --disable-fast-perl \
--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-.include <bsd.port.pre.mk>
-
.if defined(WITHOUT_KDE)
CONFIGURE_ARGS+= --disable-kde --enable-mt
USE_REINPLACE= yes
@@ -35,4 +33,4 @@ post-patch:
${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," ${WRKSRC}/configure
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>