diff options
Diffstat (limited to 'databases/ludia/Makefile')
-rw-r--r-- | databases/ludia/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/ludia/Makefile b/databases/ludia/Makefile index 27194f6dbfd2..f299931e67b9 100644 --- a/databases/ludia/Makefile +++ b/databases/ludia/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: Ludia -# Date created: January 5, 2008 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= ludia PORTVERSION= 1.5.2 @@ -33,4 +28,5 @@ CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \ --with-pgpkglibdir=${LOCALBASE}/lib/postgresql \ --with-pgsharedir=${LOCALBASE}/share/postgresql +NO_STAGE= yes .include <bsd.port.mk> |