From c8c29b2b9f36c906522a40b479c34b5914b5a5e6 Mon Sep 17 00:00:00 2001 From: demon Date: Tue, 27 Mar 2001 10:07:05 +0000 Subject: RUN_DEPENDS on wget; Correct path of wget executable; Bump PORTREVISON. --- ftp/kmago/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ftp') diff --git a/ftp/kmago/Makefile b/ftp/kmago/Makefile index 124821e18445..b16446a528e5 100644 --- a/ftp/kmago/Makefile +++ b/ftp/kmago/Makefile @@ -7,6 +7,7 @@ PORTNAME= kmago PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= ftp kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kmago @@ -14,6 +15,7 @@ MASTER_SITE_SUBDIR= kmago MAINTAINER= demon@FreeBSD.org LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 +RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget USE_QT2= yes MOC?= ${X11BASE}/bin/moc2 @@ -28,5 +30,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \ post-patch: @${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/kmago/Makefile.in + @${PERL} -pi -e 's#/usr/bin#${LOCALBASE}/bin#g' ${WRKSRC}/kmago/ktransferwgetimpl.cpp .include -- cgit