summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2015-06-08 23:14:36 +0000
committerjoerg <joerg>2015-06-08 23:14:36 +0000
commit6a7a4bd9054e57d3182d8f0de3e77a11b7353cac (patch)
tree37affec11c670b5b7f1afcafd17a9a9d65d677d2 /multimedia/totem-pl-parser/Makefile
parentf122119ac6d7ccbbccb63634bec8abc4351b3bd7 (diff)
downloadpkgsrc-6a7a4bd9054e57d3182d8f0de3e77a11b7353cac.tar.gz
Explicitly depend on libgcrypt now.
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r--multimedia/totem-pl-parser/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 050c5e62010..1e75122c822 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2015/06/07 14:05:58 youri Exp $
+# $NetBSD: Makefile,v 1.55 2015/06/08 23:14:36 joerg Exp $
DISTNAME= totem-pl-parser-3.4.5
PKGREVISION= 1
@@ -23,6 +23,7 @@ PKGCONFIG_OVERRIDE+= totem-plparser.pc.in
.include "../../devel/glib2/buildlink3.mk"
.include "../../mail/gmime/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"