diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
commit | 9a0d0575be112a06e86c667ac754258a70d16b96 (patch) | |
tree | c577f033f5d2fdd41cbf57ae6e68e21315e1bfa6 /net/plb | |
parent | 0148a5a042bf86baa4e025a2e3e31d3a9b379025 (diff) | |
download | ports-9a0d0575be112a06e86c667ac754258a70d16b96.tar.gz ports-9a0d0575be112a06e86c667ac754258a70d16b96.zip |
Notes
Diffstat (limited to 'net/plb')
-rw-r--r-- | net/plb/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/plb/Makefile b/net/plb/Makefile index 1b1531d0e290..beb9f34643f3 100644 --- a/net/plb/Makefile +++ b/net/plb/Makefile @@ -22,6 +22,12 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc MAN8= plb.8 DOCS= AUTHORS CONTACT COPYING NEWS README THANKS TODO +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-extract: @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/plb.sh.sample \ > ${WRKSRC}/plb.sh.sample @@ -38,4 +44,4 @@ post-install: @${ECHO_CMD} "to adapt it to your needs, and save it as ${PREFIX}/etc/plb.conf.sample." @${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |