diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-03-27 19:32:33 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-03-27 19:32:33 +0000 |
commit | 827641a4220e4e0b4f3bc2496c9b35cc04d884d1 (patch) | |
tree | 8d38c936b4cfafec822d5a880eec2764331a4f88 /x11/terminology/Makefile | |
parent | 83e417e8d882eed972e4c2d2576f4f73665fe6ee (diff) |
Notes
Diffstat (limited to 'x11/terminology/Makefile')
-rw-r--r-- | x11/terminology/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/terminology/Makefile b/x11/terminology/Makefile index 4cb1dfc2974d..62b4f72c48fe 100644 --- a/x11/terminology/Makefile +++ b/x11/terminology/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= terminology -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -16,7 +16,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina eet evas ecore edje emotion elementary -USE_EFL_ECORE= imf imf_evas input -USE_GNOME= gnomehack pkgconfig +USE_EFL_ECORE= imf imf_evas input ipc .include <bsd.port.mk> |