diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 07:36:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 07:36:40 +0800 |
commit | 736ba1e7b3394f86195da6df293f1badc3dc06fd (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /mail/qmail-dk | |
parent | 7244029e548a8568a25201a0e345fd4bc5e9ec5b (diff) | |
download | freebsd-ports-gnome-736ba1e7b3394f86195da6df293f1badc3dc06fd.tar.gz freebsd-ports-gnome-736ba1e7b3394f86195da6df293f1badc3dc06fd.tar.zst freebsd-ports-gnome-736ba1e7b3394f86195da6df293f1badc3dc06fd.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'mail/qmail-dk')
-rw-r--r-- | mail/qmail-dk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile index b150be618bf3..f86fd4f267ff 100644 --- a/mail/qmail-dk/Makefile +++ b/mail/qmail-dk/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= qmail MAINTAINER= bdrewery@FreeBSD.org COMMENT= DomainKeys implementation for qmail -LIB_DEPENDS+= domainkeys:${PORTSDIR}/mail/libdomainkeys +LIB_DEPENDS+= libdomainkeys.so:${PORTSDIR}/mail/libdomainkeys PATCH_SITES= ${MASTER_SITE_QMAIL} PATCHFILES= qmail-1.03-dk-0.54.patch |