diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:41:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:41:11 +0000 |
commit | aa560a300b9f0464a737f96bf949d0f9186fde96 (patch) | |
tree | 0fab42aec73e708e0de8b75231f219a5a14269b6 /misc/afbackup | |
parent | 6f3b0fc35b9c665a1efe7ce24b4e74e2a25a9ce5 (diff) |
Notes
Diffstat (limited to 'misc/afbackup')
-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 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 <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> |