diff options
author | osa <osa@FreeBSD.org> | 2004-07-05 19:36:22 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-05 19:36:22 +0800 |
commit | 65a86d506703ae9d7a887ef922d09fad9c49c15c (patch) | |
tree | 66d9f942a31d87d17da57ad45a31fca775824b0c /databases/gigabase/Makefile | |
parent | 86efae29627b06c757b7b9c7473120ba403c0bb6 (diff) | |
download | freebsd-ports-gnome-65a86d506703ae9d7a887ef922d09fad9c49c15c.tar.gz freebsd-ports-gnome-65a86d506703ae9d7a887ef922d09fad9c49c15c.tar.zst freebsd-ports-gnome-65a86d506703ae9d7a887ef922d09fad9c49c15c.zip |
Update to latest release 3.23.
Switch to use libtool 1.5 from ports tree instead of using distro's libtool.
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r-- | databases/gigabase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 53ef23046bdb..74182359d6b6 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 3.22 +PORTVERSION= 3.23 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ @@ -16,7 +16,7 @@ COMMENT= Object-Relational Database Management System WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS?=--prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" |