diff options
author | tobez <tobez@FreeBSD.org> | 2003-04-23 19:30:09 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-04-23 19:30:09 +0800 |
commit | 41fd48484996b2121a68370219b03457b5bdc1d4 (patch) | |
tree | b7597cf1243bf620c974570940cce86ac22606af /databases/gigabase/Makefile | |
parent | 10f295419d2fe9f2aad989ad406ac3592fc5ec47 (diff) | |
download | freebsd-ports-gnome-41fd48484996b2121a68370219b03457b5bdc1d4.tar.gz freebsd-ports-gnome-41fd48484996b2121a68370219b03457b5bdc1d4.tar.zst freebsd-ports-gnome-41fd48484996b2121a68370219b03457b5bdc1d4.zip |
Update to 2.82.
PR: 51307
Submitted by: maintainer
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r-- | databases/gigabase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index b69ca004c204..2fdc25bc78d5 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.81 +PORTVERSION= 2.82 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS?=--prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" INSTALLS_SHLIB= yes |