summaryrefslogtreecommitdiff
path: root/x11/qt1
diff options
context:
space:
mode:
authortron <tron>2000-03-30 16:40:47 +0000
committertron <tron>2000-03-30 16:40:47 +0000
commitdde6e597da1a1505875c61c734387950b2ba3e6f (patch)
tree5e94ab6fe992a3a9682f3597bad184885d241190 /x11/qt1
parentb6a9fad3d7529af4a06707b5811d7360b4c277c9 (diff)
downloadpkgsrc-dde6e597da1a1505875c61c734387950b2ba3e6f.tar.gz
Apply GIF patch in "post-patch" target so that an interrupted build
can be continued.
Diffstat (limited to 'x11/qt1')
-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