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-gattrib | |
parent | 4d5623ea35be1700ed738b3434c31b6e40943604 (diff) | |
download | ports-13fcaf3ba222367de80b232776c39f054ea88a90.tar.gz ports-13fcaf3ba222367de80b232776c39f054ea88a90.zip |
Notes
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> |