summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/tgif/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile
index 5effbcb20ab..36de7840de9 100644
--- a/graphics/tgif/Makefile
+++ b/graphics/tgif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile,v 1.49 2005/08/23 02:33:32 dmcmahill Exp $
#
DISTNAME= tgif-4.1.44
@@ -13,6 +13,14 @@ USE_IMAKE= yes
PTHREAD_OPTS+= require
+post-patch::
+ @${RM} -f ${WRKSRC}/Tgif.tmpl
+ @${CP} ${WRKSRC}/Tgif.tmpl-${LOWER_OPSYS} ${WRKSRC}/Tgif.tmpl
+
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
+
# avoid "xmkmf -a" on Solaris which runs makedepend because the
# openwindows makedepend program can't handle the number of
# files. We should probably have a replacement makedepend in
@@ -21,11 +29,3 @@ PTHREAD_OPTS+= require
.if ${OPSYS} == "SunOS"
XMKMF= ${XMKMF_CMD}
.endif
-
-post-patch::
- @${RM} -f ${WRKSRC}/Tgif.tmpl
- @${CP} ${WRKSRC}/Tgif.tmpl-${LOWER_OPSYS} ${WRKSRC}/Tgif.tmpl
-
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"