diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-30 15:52:06 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-30 15:52:06 +0000 |
commit | 577e6dda0b97537b5a1a52d0eda6d27354bbf0cc (patch) | |
tree | 57a7766fec99c220810967f7b6cbd1f76bcabd37 /graphics/evas/Makefile | |
parent | Upgrade to version 0.14 (diff) |
- 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 b2933dc556de..3af82234e324 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> |