diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:13:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:13:58 +0000 |
commit | f329319eb51eb2930a53eb96f5f2932c737a71b8 (patch) | |
tree | b57a522e4d6bc4ba4d5d17beaecdca9c5bc59d88 /mail/dspam | |
parent | 06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (diff) |
Notes
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index cb33dbf15762..dcd37ad18d9e 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -369,7 +369,7 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd . else USE_APACHE_RUN= 22+ . endif -LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS+= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS+= p5-GD-Graph3d>=0:${PORTSDIR}/graphics/p5-GD-Graph3d |