diff options
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r-- | databases/gigabase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 6b2f387..6b676c0 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -16,7 +16,7 @@ COMMENT= Object-Relational Database Management System WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS?=--prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" |