diff options
Diffstat (limited to 'devel/qtarch/Makefile')
-rw-r--r-- | devel/qtarch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/qtarch/Makefile b/devel/qtarch/Makefile index d395b8404c6f..204724a93029 100644 --- a/devel/qtarch/Makefile +++ b/devel/qtarch/Makefile @@ -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> |