diff options
author | marino <marino@FreeBSD.org> | 2014-08-15 14:55:11 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-15 14:55:11 +0800 |
commit | 4da72389387a5eb3c3c6b2f97b5b83d17588398f (patch) | |
tree | 7e3c8697a290ea968cc86a725c70a7186ca171a3 /textproc | |
parent | 01af538aeba336f63c58e59d3a801d6c62307fe0 (diff) | |
download | freebsd-ports-gnome-4da72389387a5eb3c3c6b2f97b5b83d17588398f.tar.gz freebsd-ports-gnome-4da72389387a5eb3c3c6b2f97b5b83d17588398f.tar.zst freebsd-ports-gnome-4da72389387a5eb3c3c6b2f97b5b83d17588398f.zip |
devel/libmba: Fix wrong embedded DT_SONAME
* Use single digit for soversion
* Support DragonFly
* Drop unnecessary sed lines by adjusting MAKE_ARGS
* Bump dependent ports
PR: 192666
Submitted by: Jan Beich
Approved by: portmgr (implicit, dependent port unstaged)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/domc/Makefile | 2 | ||||
-rw-r--r-- | textproc/rtfx/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index 5874a57ecdca..5c524c6b5807 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -3,7 +3,7 @@ PORTNAME= domc PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.ioplex.com/~miallen/domc/dl/ diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile index 28ad5f41b7f7..d1c537ecf8ad 100644 --- a/textproc/rtfx/Makefile +++ b/textproc/rtfx/Makefile @@ -3,6 +3,7 @@ PORTNAME= rtfx PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://memberwebs.com/stef/software/rtfx/ |