diff --git a/devel/libplist/Makefile b/devel/libplist/Makefile index cc38e39af168..67177033dae4 100644 --- a/devel/libplist/Makefile +++ b/devel/libplist/Makefile @@ -1,45 +1,37 @@ PORTNAME= libplist PORTVERSION= 2.2.0 PORTREVISION?= 2 CATEGORIES= devel MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER?= jhale@FreeBSD.org COMMENT?= Library to handle Apple Property List format WWW= https://www.libimobiledevice.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER USES+= autoreconf compiler cpe gnome libtool pathfix pkgconfig tar:bzip2 CPE_VENDOR= libimobiledevice GNU_CONFIGURE= yes INSTALL_TARGET= install-strip SLAVE_PORT?= no .if ${SLAVE_PORT} == no USE_GNOME= libxml2 CONFIGURE_ARGS= --without-cython USE_LDCONFIG= ${LOCALBASE}/lib PORTDOCS= AUTHORS NEWS README.md OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif # ${SLAVE_PORT} == no -.include - -pre-build: -.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 45 - @${REINPLACE_CMD} -e '/__attribute__/ s,deprecated(x),deprecated(),' \ - ${WRKSRC}/include/plist/plist.h -.endif - -.include +.include