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/domc/Makefile | |
parent | Stagify. (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)
Diffstat (limited to '')
-rw-r--r-- | textproc/domc/Makefile | 2 |
1 files changed, 1 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/ |