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 | 3bbc8d3885ef2a2bfbf46f3d157a0cada4f0e16b (patch) | |
tree | 0b4297855eb4eafd423297f0e1b0d7c98b0ac5dd /graphics | |
parent | 5de0ce5d060edb5a2dc20a1b2a82708a7d6ff1cf (diff) | |
download | pkgsrc-3bbc8d3885ef2a2bfbf46f3d157a0cada4f0e16b.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')
-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 |