diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-30 00:21:09 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-30 00:21:09 +0800 |
commit | db251ad68dd80d9783be28280e82f1175c1ec6c9 (patch) | |
tree | ee0c541edd2dd55e4a38a287555edd7600ccb2a1 /textproc/xalan-c | |
parent | 9e4b1cad429a1e0ad3eb3f55150a7212c07fd8db (diff) | |
download | freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.tar.gz freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.tar.zst freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter t-w
Diffstat (limited to 'textproc/xalan-c')
-rw-r--r-- | textproc/xalan-c/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index fc08be4f8449..9d310165fb4d 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -55,10 +55,6 @@ USE_GMAKE= yes MAKE_ENV+= XALANCROOT=${WRKSRC} MAKE_ENV+= XERCESCROOT=${XERCESCROOT} -.if ( ${OSVERSION} < 500000 ) -EXTRA_CFLAGS= -ftemplate-depth-20 -.endif - HAS_CONFIGURE= yes CONFIGURE_SCRIPT= runConfigure CONFIGURE_ENV+= XALANCROOT=${WRKSRC} |