diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 08:50:28 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 08:50:28 +0800 |
commit | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch) | |
tree | 50f793f00a7cb711970c62063687af6cd8625387 /finance/kmymoney-kde4 | |
parent | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (diff) | |
download | freebsd-ports-gnome-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.gz freebsd-ports-gnome-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.zst freebsd-ports-gnome-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'finance/kmymoney-kde4')
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 62621a6054e2..abdd3e1f28ed 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -50,13 +50,7 @@ MANCOMPRESSED= yes DATADIR= ${PREFIX}/share/apps/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif - post-patch: ${REINPLACE_CMD} -E -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |