diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-16 19:28:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-16 19:28:45 +0000 |
commit | ff84f1ba119f68cb16d6385062fa2fc56bb39409 (patch) | |
tree | 8099c977b5f66b02cbea8176808f5f9437773ebb | |
parent | f4203403a81d3dad20cccde9fa498d7e63e25f35 (diff) | |
download | pkgsrc-ff84f1ba119f68cb16d6385062fa2fc56bb39409.tar.gz |
Supports DESTDIR
-rw-r--r-- | x11/py-gtksourceview/Makefile | 4 |
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 |