diff options
Diffstat (limited to 'x11/efreet/Makefile')
-rw-r--r-- | x11/efreet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/efreet/Makefile b/x11/efreet/Makefile index 43b3f6c..bb6e117 100644 --- a/x11/efreet/Makefile +++ b/x11/efreet/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= efreet -DISTVERSION= 1.1.0 +PORTVERSION= 1.7.4 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-12-02/base/ + LOCAL/gblach/e17/ MAINTAINER= gblach@FreeBSD.org COMMENT= Freedesktop.org EFL compatibility layer @@ -20,4 +20,6 @@ USE_EFL_ECORE= file USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-nls + .include <bsd.port.mk> |