diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-04-30 15:52:06 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-04-30 15:52:06 +0000 |
commit | 6bd5cf2de4244536ba433e83da3f12359d9f408f (patch) | |
tree | bf1fbc40c03fb8068218060dc64640219b7eb4c5 /graphics/evas/Makefile | |
parent | 5429c088b6e18376a4b037a31f751a9d4491f3a1 (diff) | |
download | FreeBSD-ports-6bd5cf2de4244536ba433e83da3f12359d9f408f.zip FreeBSD-ports-6bd5cf2de4244536ba433e83da3f12359d9f408f.tar.gz |
- Upgrade graphics/evas to 0.5.0
- Bump library version to x11-toolkits/gevas
PR: 26965
Submitted by: MAINTAINER
Diffstat (limited to 'graphics/evas/Makefile')
-rw-r--r-- | graphics/evas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index b2933dc..3af8223 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evas -PORTVERSION= 0.0.4 +PORTVERSION= 0.5.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment @@ -24,6 +24,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ CONFIGURE_ARGS= --disable-gl post-install: - @strip ${PREFIX}/lib/libevas.so.0 + @strip ${PREFIX}/lib/libevas.so.5 .include <bsd.port.mk> |