diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-03 23:05:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-03 23:05:44 +0000 |
commit | cd1681b8c6dd923a41087256f51f1913486ceb22 (patch) | |
tree | 951e56ac3bb0f76cd4e6f62b2fd05e1c8f364931 /graphics/gtkimageview | |
parent | 71fd067cd5596ed5cac70c998a5a21752f666485 (diff) | |
download | pkgsrc-cd1681b8c6dd923a41087256f51f1913486ceb22.tar.gz |
DESTDIR ready
Diffstat (limited to 'graphics/gtkimageview')
-rw-r--r-- | graphics/gtkimageview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gtkimageview/Makefile b/graphics/gtkimageview/Makefile index fb31a80a722..86a5a75b0fa 100644 --- a/graphics/gtkimageview/Makefile +++ b/graphics/gtkimageview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/08/26 19:57:43 sno Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/03 23:05:44 joerg Exp $ DISTNAME= gtkimageview-1.6.4 PKGREVISION= 1 @@ -15,6 +15,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://trac.bjourne.webfactional.com/ COMMENT= Image viewer widget for GTK +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |