diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 21:08:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 21:08:42 +0000 |
commit | b9fd5dfdcfecee8bcfe9d31e6a122101ddea133a (patch) | |
tree | 927aad3090867bd17305a4181b892e6a8fa9d777 | |
parent | 59da2362746c13f3b132707dbb051df16bb227de (diff) | |
download | ports-b9fd5dfdcfecee8bcfe9d31e6a122101ddea133a.tar.gz ports-b9fd5dfdcfecee8bcfe9d31e6a122101ddea133a.zip |
Notes
-rw-r--r-- | games/xword/Makefile | 8 | ||||
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 8 | ||||
-rw-r--r-- | japanese/lookup/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtkextra--/Makefile | 8 |
4 files changed, 4 insertions, 28 deletions
diff --git a/games/xword/Makefile b/games/xword/Makefile index 1bc7e0e0b339..8c0e80c9c8f4 100644 --- a/games/xword/Makefile +++ b/games/xword/Makefile @@ -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> diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile index 05f03e2616ca..aa89e7ad010e 100644 --- a/japanese/lookup-emacs21/Makefile +++ b/japanese/lookup-emacs21/Makefile @@ -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> diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 05f03e2616ca..aa89e7ad010e 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -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> diff --git a/x11-toolkits/gtkextra--/Makefile b/x11-toolkits/gtkextra--/Makefile index 3cfbcc22c320..23a55aed8387 100644 --- a/x11-toolkits/gtkextra--/Makefile +++ b/x11-toolkits/gtkextra--/Makefile @@ -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> |