diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-05 15:05:52 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-05 15:05:52 +0000 |
commit | 6fcc65266d8144de6e34a01f2d7d6ce6013f31ce (patch) | |
tree | 09d444fef54629923745df85c0a2aa46f7ea3a97 /graphics | |
parent | 9864310df0da57736b092b83968de883d6d8d8d9 (diff) | |
download | freebsd-ports-6fcc65266d8144de6e34a01f2d7d6ce6013f31ce.zip |
- Fix MASTER_SITES
- Support LOCALBASE properly
PR: 26331
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-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> |