diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-29 04:27:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-29 04:27:42 +0800 |
commit | eb5708915ecf0ddfc54fb2f41a73874205ca996a (patch) | |
tree | 4ad8ffa4d3074b9608e9daa3f2cadf4b298c1d12 /x11-wm | |
parent | 59174be68e0751859890b438a5374cbfd0f44ff0 (diff) | |
download | freebsd-ports-gnome-eb5708915ecf0ddfc54fb2f41a73874205ca996a.tar.gz freebsd-ports-gnome-eb5708915ecf0ddfc54fb2f41a73874205ca996a.tar.zst freebsd-ports-gnome-eb5708915ecf0ddfc54fb2f41a73874205ca996a.zip |
- Switch audio/libmpd to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e17-module-mpdule/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/e17-module-mpdule/Makefile b/x11-wm/e17-module-mpdule/Makefile index ebaf31a98bf0..fe744d6eaaff 100644 --- a/x11-wm/e17-module-mpdule/Makefile +++ b/x11-wm/e17-module-mpdule/Makefile @@ -3,6 +3,7 @@ PORTNAME= mpdule PORTVERSION= 20130510 +PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= LOCAL/gblach/e17/modules/ PKGNAMEPREFIX= e17-module- |