diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-11-23 20:25:05 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-11-23 20:25:05 +0800 |
commit | 88c3309b4e2b6f4a413704e7b93ede0b6b51b63e (patch) | |
tree | 497490665c08834b77b87c763aedc60f8de656f1 /www/libepc/Makefile | |
parent | 1757ea46718bc430591bec069e269679729ada6f (diff) | |
download | marcuscom-ports-88c3309b4e2b6f4a413704e7b93ede0b6b51b63e.tar marcuscom-ports-88c3309b4e2b6f4a413704e7b93ede0b6b51b63e.tar.gz marcuscom-ports-88c3309b4e2b6f4a413704e7b93ede0b6b51b63e.tar.bz2 marcuscom-ports-88c3309b4e2b6f4a413704e7b93ede0b6b51b63e.tar.lz marcuscom-ports-88c3309b4e2b6f4a413704e7b93ede0b6b51b63e.tar.xz marcuscom-ports-88c3309b4e2b6f4a413704e7b93ede0b6b51b63e.tar.zst marcuscom-ports-88c3309b4e2b6f4a413704e7b93ede0b6b51b63e.zip |
Update to 0.4.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16600 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libepc/Makefile')
-rw-r--r-- | www/libepc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libepc/Makefile b/www/libepc/Makefile index cfa283d72..e881bf661 100644 --- a/www/libepc/Makefile +++ b/www/libepc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libepc -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 CATEGORIES= www MASTER_SITES= GNOME @@ -25,6 +25,5 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --enable-static .include <bsd.port.mk> |