summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-23 16:23:10 +0000
committerminskim <minskim>2006-06-23 16:23:10 +0000
commitf3b0839b93334fb262510c6890a441520287db44 (patch)
tree7c629f03f816a5303e3acde396fed188e5ad1610
parent52597aea4a677529d40ca7a3a2beaaa291a77f05 (diff)
downloadpkgsrc-f3b0839b93334fb262510c6890a441520287db44.tar.gz
This package requires libiconv.
-rw-r--r--www/sarg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index e9535b6b75e..70a5bb156cc 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/05/22 03:44:55 ben Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/23 16:23:10 minskim Exp $
DISTNAME= sarg-2.1
CATEGORIES= www
@@ -76,5 +76,6 @@ post-extract:
@${FIND} ${WRKSRC} -type d -exec ${CHMOD} +x {} \;
@${RM} ${WRKSRC}/languages/.new
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/gd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"