diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 09:41:11 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 09:41:11 +0000 |
commit | dc317012f9bf19591c297a22de906b7d43c0ee00 (patch) | |
tree | a67d9f6e6d7086b2a110accf7485442b2fba5d45 /misc | |
parent | 938fbaaa20c062ab7c29b66a33ac691c63b392c8 (diff) | |
download | FreeBSD-ports-dc317012f9bf19591c297a22de906b7d43c0ee00.zip FreeBSD-ports-dc317012f9bf19591c297a22de906b7d43c0ee00.tar.gz |
BROKEN on 5.1: does not compile
Diffstat (limited to 'misc')
-rw-r--r-- | misc/afbackup/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile index e9f4604..6e1605c 100644 --- a/misc/afbackup/Makefile +++ b/misc/afbackup/Makefile @@ -22,6 +22,12 @@ WRKSRC= ${WRKDIR}/afbackup-3.3.5 PLIST= ${WRKSRC}/pkg-plist BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + .if ! defined(NO_DES) USE_OPENSSL= yes CONFIG_WITH_DES= --with-des --with-des-header=openssl/des.h \ @@ -193,4 +199,4 @@ post-install: @${ECHO} "-------------------------------------------------------------------" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |