diff options
author | heinz <heinz@pkgsrc.org> | 2008-06-14 23:37:34 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-06-14 23:37:34 +0000 |
commit | a1765102a2816a8160ec52a22dc77b6cac012795 (patch) | |
tree | 57781d0152601dd096f068065bec8309ceab6711 /graphics | |
parent | fe46c32734f5376583190302043c8194f8fea85e (diff) | |
download | pkgsrc-a1765102a2816a8160ec52a22dc77b6cac012795.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtkam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index b687547b86e..036ebe14e86 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/04/29 09:36:42 sborrill Exp $ +# $NetBSD: Makefile,v 1.35 2008/06/14 23:37:34 heinz Exp $ # DISTNAME= gtkam-0.1.15 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gphoto.sourceforge.net/proj/gtkam/ COMMENT= Digital camera access graphical client (GTK2) +PKG_DESTDIR_SUPPORT= user-destdir + USE_DIRS+= gnome2-1.5 USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES |