diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/dbmail22/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'mail/dbmail22/Makefile')
-rw-r--r-- | mail/dbmail22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index 8a697684fd44..2d35783c539b 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -13,7 +13,7 @@ COMMENT= SQL database-based mail system (POP3 and IMAP) LICENSE= GPLv2 -LIB_DEPENDS= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 +LIB_DEPENDS= libgmime-2.0.so:mail/gmime2 CONFLICTS= dbmail-3.* @@ -32,7 +32,7 @@ SQLITE_CONFIGURE_WITH= sqlite PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql SIEVE_CONFIGURE_WITH= sieve -SIEVE_LIB_DEPENDS= libsieve.so:${PORTSDIR}/mail/libsieve +SIEVE_LIB_DEPENDS= libsieve.so:mail/libsieve LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes INSTALL_TARGET= install-strip |