summaryrefslogtreecommitdiff
path: root/graphics/tgif
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-08-23 02:33:32 +0000
committerdmcmahill <dmcmahill>2005-08-23 02:33:32 +0000
commite37574eebdb4b39a5c6aaf5eaef07f45fab4b274 (patch)
tree3226e6f6861bc6350690c9ce181785dd69308a78 /graphics/tgif
parent7ad7b6f5ff6c46dfb740c08e5afd101e1336ecf7 (diff)
downloadpkgsrc-e37574eebdb4b39a5c6aaf5eaef07f45fab4b274.tar.gz
make this build again on solaris by putting the line which overrides
XMKMF after bsd.pkg.mk. Eventually, we should probably provide a makedepend in pkgsrc which can be used instead of the broken solaris one.
Diffstat (limited to 'graphics/tgif')
-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"