diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
commit | 77e08cb99162242733f35959d173fe8e631757ad (patch) | |
tree | 6a70661767445fee7ab387b60e24660d16973b61 /graphics/ee/Makefile | |
parent | b2aa3a580bae899ec8156a4a8d486fd19377386d (diff) | |
download | pkgsrc-77e08cb99162242733f35959d173fe8e631757ad.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'graphics/ee/Makefile')
-rw-r--r-- | graphics/ee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile index 36741fe8c29..74bbc11588d 100644 --- a/graphics/ee/Makefile +++ b/graphics/ee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/10/19 10:54:52 rh Exp $ +# $NetBSD: Makefile,v 1.27 2002/12/01 13:49:39 salo Exp $ DISTNAME= ee-0.3.12 PKGREVISION= 2 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Image viewer based on imlib by the Rasterman. Gtk clone of xv USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined USE_X11BASE= # defined USE_GMAKE= # defined @@ -21,7 +22,6 @@ LOCALSTATEDIR= /var/gnome GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ --with-glib-prefix=${BUILDLINK_PREFIX.glib} -CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} .include "../../x11/gnome-core/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |