From dc317012f9bf19591c297a22de906b7d43c0ee00 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 09:41:11 +0000 Subject: BROKEN on 5.1: does not compile --- misc/afbackup/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile index e9f4604543f7..6e1605c92aa1 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 + +.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 +.include -- cgit