summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-16 19:28:45 +0000
committerjoerg <joerg>2009-02-16 19:28:45 +0000
commit7cf4b345bdafa0435ea941228cbbf4aa71e1fa26 (patch)
tree8099c977b5f66b02cbea8176808f5f9437773ebb
parent98c728eebeb5fc0fd5f05ab5ab407c09769c8fdc (diff)
downloadpkgsrc-7cf4b345bdafa0435ea941228cbbf4aa71e1fa26.tar.gz
Supports DESTDIR
-rw-r--r--x11/py-gtksourceview/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile
index edf07aadd94..ff46ac1aef5 100644
--- a/x11/py-gtksourceview/Makefile
+++ b/x11/py-gtksourceview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/02/11 14:23:32 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/02/16 19:28:45 joerg Exp $
#
DISTNAME= pygtksourceview-2.4.0
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Python bindings for gtksourceview2
+PKG_DESTDIR_SUPPORT= user-destdir
+
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
USE_LIBTOOL= YES