aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-03-27 18:07:05 +0800
committerdemon <demon@FreeBSD.org>2001-03-27 18:07:05 +0800
commitc8c29b2b9f36c906522a40b479c34b5914b5a5e6 (patch)
treecae052b9a5024a11915efc2bc9d69aeddc24f2cd
parentc8e35afdff8280cfae5e14a8c434162aa2165e2a (diff)
downloadfreebsd-ports-gnome-c8c29b2b9f36c906522a40b479c34b5914b5a5e6.tar.gz
freebsd-ports-gnome-c8c29b2b9f36c906522a40b479c34b5914b5a5e6.tar.zst
freebsd-ports-gnome-c8c29b2b9f36c906522a40b479c34b5914b5a5e6.zip
RUN_DEPENDS on wget;
Correct path of wget executable; Bump PORTREVISON.
-rw-r--r--ftp/kmago/Makefile3
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.mk>