diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 10:59:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 10:59:48 +0000 |
commit | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (patch) | |
tree | 651f2b79921e203f1365c51010104193bf80a7b5 /sysutils/apt/Makefile | |
parent | 24a8b3e695e3d2e346a7d73a4de7c6e5f272702e (diff) |
Notes
Diffstat (limited to 'sysutils/apt/Makefile')
-rw-r--r-- | sysutils/apt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/apt/Makefile b/sysutils/apt/Makefile index a29da44012f8..e3a1069203ba 100644 --- a/sysutils/apt/Makefile +++ b/sysutils/apt/Makefile @@ -11,6 +11,10 @@ DISTNAME= apt_0.6.46.4-0.1 MAINTAINER= koobs@FreeBSD.org COMMENT= Advanced front-end for dpkg +BROKEN= does not build on 10+ +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2017-01-15 + BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/lib/libpub.a:devel/publib RUN_DEPENDS:= ${BUILD_DEPENDS} \ @@ -35,10 +39,6 @@ PLIST_SUB+= APTDIR=${APTDIR:C,^/,,} .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -BROKEN= does not build -.endif - post-patch: ${CP} ${FILESDIR}/https.cc ${FILESDIR}/https.h ${WRKSRC}/methods/ ${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' -e \ |