aboutsummaryrefslogtreecommitdiffstats
path: root/databases/tora/Makefile
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2007-11-14 04:26:37 +0800
committerfjoe <fjoe@FreeBSD.org>2007-11-14 04:26:37 +0800
commitb9254870dd2f2ef738be2235c7d73277b1bca9cd (patch)
tree433427a4b3209e5a220fb18284755c84e7f12e55 /databases/tora/Makefile
parentb8af6b56d7a62b1f5b784c38c6c7e056c547d7b0 (diff)
downloadfreebsd-ports-gnome-b9254870dd2f2ef738be2235c7d73277b1bca9cd.tar.gz
freebsd-ports-gnome-b9254870dd2f2ef738be2235c7d73277b1bca9cd.tar.zst
freebsd-ports-gnome-b9254870dd2f2ef738be2235c7d73277b1bca9cd.zip
Fix build with gcc 4.2.
Approved by: portmgr (pav)
Diffstat (limited to 'databases/tora/Makefile')
-rw-r--r--databases/tora/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/tora/Makefile b/databases/tora/Makefile
index f98097705996..aefe056c5caf 100644
--- a/databases/tora/Makefile
+++ b/databases/tora/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tora
PORTVERSION= 1.3.21
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -52,10 +52,6 @@ PREFIX2FIX= help/preferences.html totool.cpp
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700000
-BROKEN= does not link with oracle8-client
-.endif
-
pre-configure:
${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' ${PREFIX2FIX:S|^|${WRKSRC}/|}