aboutsummaryrefslogtreecommitdiff
path: root/databases/gigabase/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2007-07-23 22:49:29 +0000
committerMartin Matuska <mm@FreeBSD.org>2007-07-23 22:49:29 +0000
commit3ce519c66aa4f0d788f939355b09bd82c0fc839d (patch)
treeb79699d67edea18b20ec2b71ac039627c4fc3df8 /databases/gigabase/Makefile
parent4aba45f64443f4a190516557dc74689a3873ea15 (diff)
downloadports-3ce519c66aa4f0d788f939355b09bd82c0fc839d.tar.gz
ports-3ce519c66aa4f0d788f939355b09bd82c0fc839d.zip
Notes
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r--databases/gigabase/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile
index 584287016479..1db23a7abf5a 100644
--- a/databases/gigabase/Makefile
+++ b/databases/gigabase/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= gigabase
-PORTVERSION= 3.49
-PORTREVISION= 0
+PORTVERSION= 3.58
CATEGORIES= databases
-MASTER_SITES= http://www.garret.ru/~knizhnik/
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Object-Relational Database Management System
@@ -21,6 +20,7 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS?=--prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
+USE_GETTEXT= yes
.include <bsd.port.mk>