diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 10:01:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 10:01:08 +0000 |
commit | 9e048852214e8a735a9ce5e2a0badb17d9d422ce (patch) | |
tree | 6f85db05ab940c3a4a0abcea91e5f13d96182ae7 /graphics/ecg2png | |
parent | a128c373e685440e41cf64e176cc980c2c868ff6 (diff) | |
download | ports-9e048852214e8a735a9ce5e2a0badb17d9d422ce.tar.gz ports-9e048852214e8a735a9ce5e2a0badb17d9d422ce.zip |
Notes
Diffstat (limited to 'graphics/ecg2png')
-rw-r--r-- | graphics/ecg2png/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile index 43ef8a3b1a2b..166c91e5f305 100644 --- a/graphics/ecg2png/Makefile +++ b/graphics/ecg2png/Makefile @@ -7,12 +7,13 @@ PORTNAME= ecg2png PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://www.cardiothink.com/pub/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd USE_QT2= yes WRKSRC= ${WRKDIR}/${PORTNAME} |