diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:15:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:15:01 +0000 |
commit | 13fcaf3ba222367de80b232776c39f054ea88a90 (patch) | |
tree | c719ad9d3a8f9286945416f801a9686d8c7e826b /cad/geda-utils | |
parent | 4d5623ea35be1700ed738b3434c31b6e40943604 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200767
Diffstat (limited to 'cad/geda-utils')
-rw-r--r-- | cad/geda-utils/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile index c7242842c729..7b4b59ab3a46 100644 --- a/cad/geda-utils/Makefile +++ b/cad/geda-utils/Makefile @@ -32,15 +32,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= grenum.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |