diff options
Diffstat (limited to 'editors/ghex')
-rw-r--r-- | editors/ghex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index c1939a95939..3946d625121 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/01/18 09:58:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/29 19:43:32 joerg Exp $ # DISTNAME= ghex-2.24.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Hex editor +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config intltool msgfmt gmake |