summaryrefslogtreecommitdiff
path: root/graphics/tgif
diff options
context:
space:
mode:
authormarkd <markd>2011-01-30 01:53:41 +0000
committermarkd <markd>2011-01-30 01:53:41 +0000
commit28bd692beea544017074251fc556f5ef9c002ea3 (patch)
tree5d84983caddf04d0b68a847278f8840ed259c6cb /graphics/tgif
parent97d3ddf9086abc6ebe3d6d281ccfe3d6dfe6976d (diff)
downloadpkgsrc-28bd692beea544017074251fc556f5ef9c002ea3.tar.gz
Add dependency on libidn for linux as Tgif.tmpl-linux tries to link it.
Diffstat (limited to 'graphics/tgif')
-rw-r--r--graphics/tgif/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile
index 093290c05e9..f6e88903df5 100644
--- a/graphics/tgif/Makefile
+++ b/graphics/tgif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2010/12/23 11:44:46 dsainty Exp $
+# $NetBSD: Makefile,v 1.60 2011/01/30 01:53:41 markd Exp $
#
DISTNAME= tgif-4.2.2
@@ -28,6 +28,9 @@ post-patch::
@${RM} -f ${WRKSRC}/Tgif.tmpl
@${CP} ${OS_TEMPLATE} ${WRKSRC}/Tgif.tmpl
+.if ${OPSYS} == "Linux"
+.include "../../devel/libidn/buildlink3.mk"
+.endif
.include "../../mk/jpeg.buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"