diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 8 | ||||
-rw-r--r-- | finance/kmymoney2/Makefile | 8 | ||||
-rw-r--r-- | finance/qtstalker/Makefile | 8 |
3 files changed, 3 insertions, 21 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> diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index 62621a6054e2..abdd3e1f28ed 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/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> diff --git a/finance/qtstalker/Makefile b/finance/qtstalker/Makefile index 16d35a8b9f87..c17ebb51cb4e 100644 --- a/finance/qtstalker/Makefile +++ b/finance/qtstalker/Makefile @@ -49,12 +49,6 @@ PORTDOCS+= \ PLIST_SUB+= \ VERSION_PLUGIN="${VERSION_PLUGIN}" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - post-patch: # tell qtstalker where to install plugins @${FIND} ${WRKSRC} -type f -name "*pro" | \ @@ -114,4 +108,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |