diff options
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r-- | databases/gigabase/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index fea8481a7756..9a3dca8dd479 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: gigabase -# Date created: 15 August 2000 -# Whom: Sergey A. Osokin <osa@FreeBSD.org.ru> -# +# Created by: Sergey A. Osokin <osa@FreeBSD.org.ru> # $FreeBSD$ -# PORTNAME= gigabase PORTVERSION= 3.86 @@ -24,4 +20,5 @@ CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> |