diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 22:56:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 22:56:15 +0800 |
commit | dcd90f921fc0148f5fa5b2e66f3f2bd5c05fc315 (patch) | |
tree | 1c644e44947e53d71d9a5f5a1cfd740b4e0a6b36 /editors | |
parent | 90324c927ac79f8e436002fb8278edb8de511e76 (diff) | |
download | freebsd-ports-gnome-dcd90f921fc0148f5fa5b2e66f3f2bd5c05fc315.tar.gz freebsd-ports-gnome-dcd90f921fc0148f5fa5b2e66f3f2bd5c05fc315.tar.zst freebsd-ports-gnome-dcd90f921fc0148f5fa5b2e66f3f2bd5c05fc315.zip |
- Switch textproc/libnxml to USES=libtool, drop .la files
- Switch to USES=pathfix
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'editors')
-rw-r--r-- | editors/morla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 39f98bfebe1d..dead73a75058 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -3,7 +3,7 @@ PORTNAME= morla PORTVERSION= 0.16.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ |