diff options
Diffstat (limited to 'databases')
-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 efc20fec8d17..dba5abbfc5ff 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -13,8 +13,8 @@ COMMENT= Object-Relational Database Management System WRKSRC= ${WRKDIR}/${PORTNAME} -USE_DOS2UNIX= Makefile.in -USE_GMAKE= yes +USES= dos2unix gmake +DOS2UNIX_FILES= Makefile.in USE_AUTOTOOLS= libtool CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} |