diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 23:02:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 23:02:58 +0000 |
commit | 3462fa1f7267ff1b1f968ab5a95eb025506552e7 (patch) | |
tree | 26523d054f10ce6a62fe733a2d55e3be02f08d1d /ports-mgmt | |
parent | cb7183ef00c83e706bfafc47e5e341993b7645a5 (diff) | |
download | ports-3462fa1f7267ff1b1f968ab5a95eb025506552e7.tar.gz ports-3462fa1f7267ff1b1f968ab5a95eb025506552e7.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/barry/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ports-mgmt/barry/Makefile b/ports-mgmt/barry/Makefile index 3f729400cb7c..890189ba5d8d 100644 --- a/ports-mgmt/barry/Makefile +++ b/ports-mgmt/barry/Makefile @@ -22,10 +22,16 @@ USE_KDELIBS_VER=3 USE_REINPLACE= yes GNU_CONFIGURE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-build: ${REINPLACE_CMD} "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/Makefile pre-install: ${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities -.include <bsd.port.mk> +.include <bsd.port.post.mk> |