diff options
Diffstat (limited to 'devel/eet/Makefile')
-rw-r--r-- | devel/eet/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/eet/Makefile b/devel/eet/Makefile index 8eb2e81..0d3e107 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eet -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 PORTEPOCH= 2 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ @@ -18,9 +18,10 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pathfix USE_EFL= eina librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig USE_OPENSSL= yes +USE_PKGCONFIG= yes USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl" |