diff options
author | markus <markus@FreeBSD.org> | 2004-06-06 19:46:15 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-06-06 19:46:15 +0800 |
commit | 94a286c61446ee03d23e5bb159d50f1a45c4e85e (patch) | |
tree | 6e7652a2f4233c257a8e60a72ef1abfaebb1cb91 /graphics/kphotoalbum | |
parent | 23cb378997cbf329482404acabd2719d5558dd06 (diff) | |
download | freebsd-ports-graphics-94a286c61446ee03d23e5bb159d50f1a45c4e85e.tar.gz freebsd-ports-graphics-94a286c61446ee03d23e5bb159d50f1a45c4e85e.tar.zst freebsd-ports-graphics-94a286c61446ee03d23e5bb159d50f1a45c4e85e.zip |
Don't use Makefile.kde anymore
Diffstat (limited to 'graphics/kphotoalbum')
-rw-r--r-- | graphics/kphotoalbum/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile index ae2eb36d1cf..6d2d679e176 100644 --- a/graphics/kphotoalbum/Makefile +++ b/graphics/kphotoalbum/Makefile @@ -27,6 +27,4 @@ post-install: @${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES/ @${RMDIR} ${PREFIX}/share/locale/xx/ -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |