diff options
Diffstat (limited to 'graphics/ecg2png/Makefile')
-rw-r--r-- | graphics/ecg2png/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile index 552dabdf20cd..278cfe6875f2 100644 --- a/graphics/ecg2png/Makefile +++ b/graphics/ecg2png/Makefile @@ -9,18 +9,18 @@ PORTNAME= ecg2png PORTVERSION= 0.30 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ftp://www.cardiothink.com/pub/ +MASTER_SITES= http://www.cardiothink.com/downloads/ecg2png/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd -USE_QT_VER= 2 WRKSRC= ${WRKDIR}/${PORTNAME} -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib -QTCPPFLAGS+= -I/usr/local/include/gd + +USE_QT_VER= 2 +QTCPPFLAGS+= -I${LOCALBASE}/include/gd USE_GMAKE= yes USE_AUTOMAKE= yes +CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib .include <bsd.port.mk> |