summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-12-27 17:40:50 +0000
committerreed <reed@pkgsrc.org>2005-12-27 17:40:50 +0000
commitfa4a3fec7bf610953611b039142225e1efeeab96 (patch)
tree084e7a30a3438f7af706c146805847aa6658f47c
parente513ec3f9f0e8e6e37a0482dfa5627894f48c0ce (diff)
downloadpkgsrc-fa4a3fec7bf610953611b039142225e1efeeab96.tar.gz
Do not include X11 buildlink. This does not need X11
as reported by Quentin Garnier in PR #30718. Bump PKGREVISION. Okayed by maintainer.
-rw-r--r--graphics/libart2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libart2/Makefile b/graphics/libart2/Makefile
index 311523a762f..3e3d27d5f1e 100644
--- a/graphics/libart2/Makefile
+++ b/graphics/libart2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/06/01 18:02:56 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/12/27 17:40:50 reed Exp $
DISTNAME= libart_lgpl-2.3.17
PKGNAME= ${DISTNAME:S/_lgpl/2/}
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
EXTRACT_SUFX= .tar.bz2
@@ -16,5 +17,4 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libart-2.0.pc.in
-.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"