diff options
author | kris <kris@FreeBSD.org> | 2003-10-15 12:59:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-15 12:59:50 +0800 |
commit | db1a6b61e4704281d4e63aaee32c28854900ea81 (patch) | |
tree | dea7ea732d2c66fbd110abd33ed1627e97f55cd5 /security/pad | |
parent | bf835bfd278e2cef4b50c257b05ab475f995e0f2 (diff) | |
download | freebsd-ports-gnome-db1a6b61e4704281d4e63aaee32c28854900ea81.tar.gz freebsd-ports-gnome-db1a6b61e4704281d4e63aaee32c28854900ea81.tar.zst freebsd-ports-gnome-db1a6b61e4704281d4e63aaee32c28854900ea81.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'security/pad')
-rw-r--r-- | security/pad/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/pad/Makefile b/security/pad/Makefile index cf6f7bc984ff..8330a71933b5 100644 --- a/security/pad/Makefile +++ b/security/pad/Makefile @@ -22,6 +22,12 @@ MAN1= pad.1 PLIST= ${WRKDIR}/pkg-plist USE_OPENSSL= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + pre-install: ${ECHO_CMD} bin/pad > ${PLIST} .if !defined(NOPORTDOCS) @@ -41,4 +47,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |