summaryrefslogtreecommitdiff
path: root/graphics/tgif
diff options
context:
space:
mode:
authordholland <dholland>2012-05-23 06:48:41 +0000
committerdholland <dholland>2012-05-23 06:48:41 +0000
commit4c37ee25e105de4821c0f25bfe3bebe1aeb88c51 (patch)
tree73fabf7099db5c25708f561228710e1e0b5fa545 /graphics/tgif
parentf192e04f785ecd1b7e2a3347e56db4714aef6926 (diff)
downloadpkgsrc-4c37ee25e105de4821c0f25bfe3bebe1aeb88c51.tar.gz
Needs libXt on Linux. (Build fails without it, so no PKGREVISION bump.)
Diffstat (limited to 'graphics/tgif')
-rw-r--r--graphics/tgif/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile
index cc1f1bda85e..59c166362d8 100644
--- a/graphics/tgif/Makefile
+++ b/graphics/tgif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2011/07/12 19:04:00 drochner Exp $
+# $NetBSD: Makefile,v 1.63 2012/05/23 06:48:41 dholland Exp $
#
DISTNAME= tgif-4.2.5
@@ -29,6 +29,7 @@ post-patch::
.if ${OPSYS} == "Linux"
.include "../../devel/libidn/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.endif
.include "../../mk/jpeg.buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"