mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Mark IGNORE on 4.X since it uses symbols not available in older versions
of FreeBSD. Reported by: pointyhat via kris
This commit is contained in:
parent
c3e40d686b
commit
269d402963
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142330
@ -32,6 +32,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
MAN1= anjuta.1 anjuta_launcher.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= Uses symbols not available on 4.X
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \
|
||||
s|%%PREFIX%%|${PREFIX}|g' < ${FILESDIR}/anjuta \
|
||||
@ -50,4 +56,4 @@ post-install:
|
||||
${MV} ${PREFIX}/bin/anjuta ${PREFIX}/bin/anjuta-bin
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/anjuta ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user