diff options
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r-- | textproc/mdocml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 097212791176..d5b8cb6bff4e 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ MAINTAINER= uqs@FreeBSD.org COMMENT= mdoc macro compiler -LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 EXAMPLESDIR= ${PREFIX}/share/examples/mandoc |