1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Now builds on FreeBSD 5.x.

This commit is contained in:
Kris Kennaway 2004-10-28 21:08:42 +00:00
parent 59da236274
commit b9fd5dfdcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120434
4 changed files with 4 additions and 28 deletions

View File

@ -20,10 +20,4 @@ LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk--
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -36,12 +36,6 @@ CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
--with-lispdir=${ELISPDIR} \
--infodir=${PORTINFODIR}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not build on FreeBSD >= 5.x"
.endif
post-install:
.if (${EMACS_PORT_NAME} == "xemacs21-mule")
${RM} -f ${WRKDIR}/${MANIFEST}
@ -53,4 +47,4 @@ post-install:
${EMACSDIR}/pkginfo/
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -36,12 +36,6 @@ CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
--with-lispdir=${ELISPDIR} \
--infodir=${PORTINFODIR}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not build on FreeBSD >= 5.x"
.endif
post-install:
.if (${EMACS_PORT_NAME} == "xemacs21-mule")
${RM} -f ${WRKDIR}/${MANIFEST}
@ -53,4 +47,4 @@ post-install:
${EMACSDIR}/pkginfo/
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -25,10 +25,4 @@ USE_GNOME= gtk12
INSTALLS_SHLIB= yes
CONFIGURE_ENV= PERL="${PERL}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>