diff options
author | markus <markus@FreeBSD.org> | 2004-06-06 21:26:34 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-06-06 21:26:34 +0800 |
commit | 70cd72932149a09a379e2357bd1381169e263bc0 (patch) | |
tree | 5b074b4455273849b133d939a0c82e2c4e8df6ec /irc/kwirc/Makefile | |
parent | 6bcc293162ec080760681a0efb1fa6746cf6fc0b (diff) | |
download | freebsd-ports-graphics-70cd72932149a09a379e2357bd1381169e263bc0.tar.gz freebsd-ports-graphics-70cd72932149a09a379e2357bd1381169e263bc0.tar.zst freebsd-ports-graphics-70cd72932149a09a379e2357bd1381169e263bc0.zip |
Don't use Makefile.kde anymore
Diffstat (limited to 'irc/kwirc/Makefile')
-rw-r--r-- | irc/kwirc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/kwirc/Makefile b/irc/kwirc/Makefile index 72cca107a41..27c28e6b83b 100644 --- a/irc/kwirc/Makefile +++ b/irc/kwirc/Makefile @@ -24,6 +24,4 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |