diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-15 06:55:11 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-15 06:55:11 +0000 |
commit | 19528f71b63a96f48fcf2a6564e4463592a47ec3 (patch) | |
tree | 7e3c8697a290ea968cc86a725c70a7186ca171a3 /textproc/rtfx | |
parent | bfb43a501784ba5fd98d657dbb4e7e7fecbc0502 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=364938
Diffstat (limited to 'textproc/rtfx')
-rw-r--r-- | textproc/rtfx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |