diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-18 20:11:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-18 20:11:43 +0000 |
commit | 7e77d921eba7d764c0b598f80d6d4389ef324acc (patch) | |
tree | 092be35fb768aee302c3b17b1550a8d1e81d08e2 /comms/trustedqsl | |
parent | eed05d4126e0bf247569705be7c80d328423f200 (diff) | |
download | ports-7e77d921eba7d764c0b598f80d6d4389ef324acc.tar.gz ports-7e77d921eba7d764c0b598f80d6d4389ef324acc.zip |
Notes
Diffstat (limited to 'comms/trustedqsl')
-rw-r--r-- | comms/trustedqsl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 78a5054ea67b..f76abb69cba3 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -26,6 +26,12 @@ MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= does not compile on FreeBSD 7.X +.endif + post-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC} @${REINPLACE_CMD} -e 's|%%INSTALL%%|${INSTALL_PROGRAM}|' \ @@ -64,4 +70,4 @@ post-install: @${ECHO} before this program will run correctly. @${ECHO} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |