diff options
Diffstat (limited to 'graphics/ecg2png/Makefile')
-rw-r--r-- | graphics/ecg2png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile index be5209f0640e..8f64c2671b54 100644 --- a/graphics/ecg2png/Makefile +++ b/graphics/ecg2png/Makefile @@ -7,14 +7,14 @@ PORTNAME= ecg2png PORTVERSION= 0.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.cardiothink.com/downloads/ecg2png/ MAINTAINER= ports@freebsd.org COMMENT= "Converts scanned 12-lead electrocardiograms into PNGs" -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 WRKSRC= ${WRKDIR}/${PORTNAME} |