diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 22:50:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 22:50:49 +0000 |
commit | 728929b7099aad3e10a4d7252746a57caee11378 (patch) | |
tree | 170c36f104e04e0ed8e2c50ef8adeb76f96118f2 /mail/dbmail | |
parent | b8a46bea17de8db19a4b8fbf490625653c18b5cc (diff) |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
Notes
Notes:
svn path=/head/; revision=377770
Diffstat (limited to 'mail/dbmail')
-rw-r--r-- | mail/dbmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index c0f78cd018c9..f23748d66e3b 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ libevent.so:${PORTSDIR}/devel/libevent2 BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto \ - ${LOCALBASE}/share/sgml/docbook/4.5:${PORTSDIR}/textproc/docbook-sgml + docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml CONFLICTS= dbmail22-[0-9]* |