1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark this port IGNORE on 4.X as it does not build, and will not be

supported.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2006-11-04 19:13:32 +00:00
parent 6f735a0ee1
commit 534a7d0673
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176356

View File

@ -33,9 +33,15 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
USE_RC_SUBR= polkitd
USE_GNOME_SUBR= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= does not build on 4.X
.endif
post-install:
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>