aboutsummaryrefslogtreecommitdiff
path: root/databases/gigabase
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 06:55:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 06:55:07 +0000
commitf0a8714b3a301f2ee09f07647619f7bad997f8d2 (patch)
tree2266451e8dedf72ded023f5ab6e33cb91292aa8a /databases/gigabase
parentd288c580620377d8da8e0314c8bda03df5971368 (diff)
downloadports-f0a8714b3a301f2ee09f07647619f7bad997f8d2.tar.gz
ports-f0a8714b3a301f2ee09f07647619f7bad997f8d2.zip
Convert to USES=dos2unix
With hat: portmgr
Notes
Notes: svn path=/head/; revision=355278
Diffstat (limited to 'databases/gigabase')
-rw-r--r--databases/gigabase/Makefile4
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}