diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:15:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:15:01 +0800 |
commit | 29a967ceb6d6dfcbdd9e64f48612c512212a1706 (patch) | |
tree | e26406fc36abba199de2faa1fdeb43b2afac3091 /cad/geda-gattrib | |
parent | 20b96b7fbcb96822c60f131033529f90bb4d89e6 (diff) | |
download | freebsd-ports-gnome-29a967ceb6d6dfcbdd9e64f48612c512212a1706.tar.gz freebsd-ports-gnome-29a967ceb6d6dfcbdd9e64f48612c512212a1706.tar.zst freebsd-ports-gnome-29a967ceb6d6dfcbdd9e64f48612c512212a1706.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'cad/geda-gattrib')
-rw-r--r-- | cad/geda-gattrib/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile index 567799e420ca..e1072a0b2de3 100644 --- a/cad/geda-gattrib/Makefile +++ b/cad/geda-gattrib/Makefile @@ -29,15 +29,9 @@ CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.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> |