diff options
author | markus <markus@FreeBSD.org> | 2004-06-06 06:50:07 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-06-06 06:50:07 +0800 |
commit | d0b89b1b15337754273a04ae1104bdb04062e32b (patch) | |
tree | ead7ae97739340c9ce4f5af009493aabbd4ada54 /audio/amarok | |
parent | 5902f9fe53bdd91f0caa1573d487a1a09118c3ba (diff) | |
download | freebsd-ports-gnome-d0b89b1b15337754273a04ae1104bdb04062e32b.tar.gz freebsd-ports-gnome-d0b89b1b15337754273a04ae1104bdb04062e32b.tar.zst freebsd-ports-gnome-d0b89b1b15337754273a04ae1104bdb04062e32b.zip |
Don't use Makefile.kde anymore
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 89105ce3b957..50de245ea76e 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -45,6 +45,4 @@ pre-everything:: 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> |