diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-07-23 22:49:29 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-07-23 22:49:29 +0000 |
commit | 3ce519c66aa4f0d788f939355b09bd82c0fc839d (patch) | |
tree | b79699d67edea18b20ec2b71ac039627c4fc3df8 /databases/gigabase/Makefile | |
parent | 4aba45f64443f4a190516557dc74689a3873ea15 (diff) | |
download | ports-3ce519c66aa4f0d788f939355b09bd82c0fc839d.tar.gz ports-3ce519c66aa4f0d788f939355b09bd82c0fc839d.zip |
Notes
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r-- | databases/gigabase/Makefile | 8 |
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> |