aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-06-13 18:00:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-06-13 18:00:51 +0000
commit3d4479ab7fadc124dd26b4df82a4eff45e135cfc (patch)
treeeff82fe8ad1850d98c999623a569b600e3fae44a /finance
parent8727d21cd9c6b4eb4245e93417c0292577fb8ed0 (diff)
downloadports-3d4479ab7fadc124dd26b4df82a4eff45e135cfc.tar.gz
ports-3d4479ab7fadc124dd26b4df82a4eff45e135cfc.zip
Notes
Diffstat (limited to 'finance')
-rw-r--r--finance/gfp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/gfp/Makefile b/finance/gfp/Makefile
index 91ad6f326f02..21b7f5b0bf28 100644
--- a/finance/gfp/Makefile
+++ b/finance/gfp/Makefile
@@ -31,6 +31,12 @@ JAR_FILE= gfd.jar
PLIST_FILES+= \
bin/${PORTNAME}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= fails during build
+.endif
+
post-extract:
# backup launcher
@${CP} -f ${WRKSRC}/${JAR_FILE} ${WRKDIR}
@@ -70,4 +76,4 @@ do-install:
@${ECHO_CMD} '@dirrm ${DATADIR_REL}' >> ${TMPPLIST}
@${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>