diff options
author | asau <asau> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:04:15 +0000 |
commit | 2616ea74347a099f94cc21357dd8070ab5cad4a4 (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/gnumeric | |
parent | 768ee647793efc9f1c00e6f0fcdfb771a90b6935 (diff) | |
download | pkgsrc-2616ea74347a099f94cc21357dd8070ab5cad4a4.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 088a58e7d0f..e38188ded6d 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2012/09/07 19:17:05 adam Exp $ +# $NetBSD: Makefile,v 1.159 2012/09/11 23:04:20 asau Exp $ # DISTNAME= gnumeric-1.8.4 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.gnome.org/projects/gnumeric/ COMMENT= Spreadsheet program from the GNOME project (development version) LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config USE_LIBTOOL= YES |