1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Add -b to fetch args to fix fetch problem.

Submitted by:	tg
This commit is contained in:
Satoshi Asami 1999-05-12 06:21:09 +00:00
parent 8158434324
commit d2bbc21541
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18795

View File

@ -3,7 +3,7 @@
# Date created: 17 Oct 1998
# Whom: Frank Gruender
#
# $Id: Makefile,v 1.1.1.1 1998/12/26 04:30:08 steve Exp $
# $Id: Makefile,v 1.2 1999/05/09 16:49:41 steve Exp $
#
DISTNAME= qtarch-1.4-4
@ -16,11 +16,11 @@ MAINTAINER= elwood@mc5sys.in-berlin.de
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \
kdeui.2:${PORTSDIR}/x11/kdelibs11
FETCH_BEFORE_ARGS= -b
USE_QT= yes
USE_GMAKE= yes
USE_XLIB= yes
WRKSRC= ${WRKDIR}/qtarch-1.4
MAKE_ENV= BUILD_RELEASE=yes
.include <bsd.port.mk>