diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-09 12:01:17 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-09 12:01:17 +0800 |
commit | cb22869dc2ceb21005021637a2d9a3faf9759f78 (patch) | |
tree | bad5b4bf1d7e657f7f9e78813b8be5f95fdf76e1 /textproc | |
parent | 4738c2964da31d9d19bd227b6ca2d4c6b7b6ca35 (diff) | |
download | freebsd-ports-gnome-cb22869dc2ceb21005021637a2d9a3faf9759f78.tar.gz freebsd-ports-gnome-cb22869dc2ceb21005021637a2d9a3faf9759f78.tar.zst freebsd-ports-gnome-cb22869dc2ceb21005021637a2d9a3faf9759f78.zip |
- Remove outdated version checks
Reviewed by: nox
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/opensched/Makefile | 2 | ||||
-rw-r--r-- | textproc/xerces-c2/Makefile | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile index 77e45a08c2db..37d594153bf7 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -23,11 +23,9 @@ PLIST_FILES= bin/opensched .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 .if ${ARCH} == "i386" BROKEN= Does not install .endif -.endif .if ${ARCH} == "alpha" BROKEN= Does not compile diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile index f0fe6729d4cb..5666639415ca 100644 --- a/textproc/xerces-c2/Makefile +++ b/textproc/xerces-c2/Makefile @@ -142,10 +142,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/src/xercesc/Makefile.incl \ ${WRKSRC}/src/xercesc/runConfigure -.if ${OSVERSION} < 700000 - @${REINPLACE_CMD} -e 's,-lgcc,-lgcc_pic,' \ - ${WRKSRC}/src/xercesc/Makefile.incl -.endif pre-configure: @${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure |