diff options
author | drochner <drochner@pkgsrc.org> | 2010-02-25 21:41:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-02-25 21:41:11 +0000 |
commit | 64dba216efc9c8bc15eb52c8f8ff8a00d76885da (patch) | |
tree | 0b4297855eb4eafd423297f0e1b0d7c98b0ac5dd /graphics/scigraphica | |
parent | 03c254145f492e089a5838a5d14d9fc36dd2596f (diff) | |
download | pkgsrc-64dba216efc9c8bc15eb52c8f8ff8a00d76885da.tar.gz |
yes this supports DESTDIR, unfortunately it is completely broken
atm due to gtk2+extra crashing in gtkitementry.c (its patch-ag
must be wrong)
Diffstat (limited to 'graphics/scigraphica')
-rw-r--r-- | graphics/scigraphica/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index dcf33165799..5dae75decf6 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2010/02/10 19:17:39 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2010/02/25 21:41:11 drochner Exp $ # DISTNAME= scigraphica-2.1.0 @@ -12,6 +12,7 @@ COMMENT= Data analysis and technical graphics USE_TOOLS+= gmake intltool pkg-config USE_GNU_READLINE= YES +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-gnome |