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/squirrelmail/bsd.squirrelmail.mk | |
| parent | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff) | |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'mail/squirrelmail/bsd.squirrelmail.mk')
| -rw-r--r-- | mail/squirrelmail/bsd.squirrelmail.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/bsd.squirrelmail.mk b/mail/squirrelmail/bsd.squirrelmail.mk index eb89abb8d1a9..4ec2ad175634 100644 --- a/mail/squirrelmail/bsd.squirrelmail.mk +++ b/mail/squirrelmail/bsd.squirrelmail.mk @@ -33,10 +33,10 @@ PKGNAMEPREFIX?= squirrelmail- PKGNAMESUFFIX?= -plugin DIST_SUBDIR?= squirrelmail -RUN_DEPENDS+= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail +RUN_DEPENDS+= ${SQUIRRELDIR}/index.php:mail/squirrelmail .ifdef USE_SM_COMPAT -RUN_DEPENDS+= squirrelmail-compatibility-plugin>0:${PORTSDIR}/mail/squirrelmail-compatibility-plugin +RUN_DEPENDS+= squirrelmail-compatibility-plugin>0:mail/squirrelmail-compatibility-plugin .endif .ifndef WITHOUT_ACTIVATE |
