diff options
-rw-r--r-- | misc/terraform/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile index 79d49a21da98..91bd56556b79 100644 --- a/misc/terraform/Makefile +++ b/misc/terraform/Makefile @@ -3,11 +3,11 @@ PORTNAME= terraform PORTVERSION= 0.9.5 -PORTREVISION= 1 DISTVERSIONPREFIX= src- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc gnome MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= gnome- MAINTAINER= ports@FreeBSD.org COMMENT= Interactive height field generation and manipulation program @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio WRKSRC= ${WRKDIR}/${PORTNAME} -USES= autoreconf pathfix gettext gmake pkgconfig tar:tgz +USES= autoreconf gettext gmake pathfix pkgconfig tar:tgz USE_GCC= yes USE_GNOME= libgnomeprintui libgnomeui GNU_CONFIGURE= yes |