diff options
author | salo <salo> | 2002-12-01 13:49:38 +0000 |
---|---|---|
committer | salo <salo> | 2002-12-01 13:49:38 +0000 |
commit | e01bf0c59319f2f7d96ca4345cfb429fc5a4bd1e (patch) | |
tree | 6a70661767445fee7ab387b60e24660d16973b61 /graphics/eog2 | |
parent | 891f0fddec6e233c2dc8f6090418395f9af1c6f2 (diff) | |
download | pkgsrc-e01bf0c59319f2f7d96ca4345cfb429fc5a4bd1e.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'graphics/eog2')
-rw-r--r-- | graphics/eog2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index cfaf0cfb544..58d13d38881 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/02 04:09:34 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/01 13:49:40 salo Exp $ # DISTNAME= eog-1.0.3 @@ -16,6 +16,7 @@ GNU_CONFIGURE= YES USE_X11= YES USE_GMAKE= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} .include "../../textproc/scrollkeeper/buildlink2.mk" |