diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-06-06 11:46:15 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-06-06 11:46:15 +0000 |
commit | 8b5c99b147edfabd7a641bb25d3891d7fa128ef5 (patch) | |
tree | aff40ec4bfb09d750902988f5675d1ff44216d75 /graphics/kolourpaint | |
parent | c31388624b7771e130a41c017c3226c99d6bc5e1 (diff) | |
download | ports-8b5c99b147edfabd7a641bb25d3891d7fa128ef5.tar.gz ports-8b5c99b147edfabd7a641bb25d3891d7fa128ef5.zip |
Notes
Diffstat (limited to 'graphics/kolourpaint')
-rw-r--r-- | graphics/kolourpaint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/kolourpaint/Makefile b/graphics/kolourpaint/Makefile index 41bddfa296f9..2bebabd7bbd1 100644 --- a/graphics/kolourpaint/Makefile +++ b/graphics/kolourpaint/Makefile @@ -28,6 +28,4 @@ post-patch: @${REINPLACE_CMD} -e 's|-O2||g; s|^tagnames=|#tagnames=|g;' \ ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |