diff options
Diffstat (limited to 'editors/ghex3/Makefile')
| -rw-r--r-- | editors/ghex3/Makefile | 12 | 
1 files changed, 4 insertions, 8 deletions
| diff --git a/editors/ghex3/Makefile b/editors/ghex3/Makefile index a06ea3bda..4c7d6da28 100644 --- a/editors/ghex3/Makefile +++ b/editors/ghex3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	ghex2 -# Date created:				15 September 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom$ -# +#   $MCom: ports/trunk/editors/ghex3/Makefile 17268 2013-04-01 05:13:11Z marcus $  PORTNAME=	ghex  PORTVERSION=	3.4.1 @@ -19,9 +15,9 @@ CONFLICT=	ghex-2.\*  USE_XZ=		yes  USE_GMAKE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack gtk30 gnomedocutils +USE_GNOME=	gnomeprefix intlhack gtk30 gnomedocutils  INSTALLS_OMF=	yes -USE_GETTEXT=	yes +USES=		gettext pathfix pkgconfig  GNU_CONFIGURE=	yes  INSTALLS_ICONS=	yes  USE_LDCONFIG=	yes | 
