summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/qt1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt1/Makefile b/x11/qt1/Makefile
index 86f793d6b20..1c3f6076b9a 100644
--- a/x11/qt1/Makefile
+++ b/x11/qt1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/03/28 00:09:19 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2000/03/30 16:40:47 tron Exp $
#
DISTNAME= qt-1.44
@@ -28,7 +28,7 @@ do-configure:
@cd ${WRKSRC} && ${MAKE} QTDIR=${WRKSRC} ${LOWER_OPSYS}-g++-static
.if defined(USE_GIF)
-pre-build:
+post-patch:
cd ${WRKSRC} && ${PATCH} <${FILESDIR}/enablegif.patch
.endif