diff options
author | asau <asau> | 2009-12-11 02:11:52 +0000 |
---|---|---|
committer | asau <asau> | 2009-12-11 02:11:52 +0000 |
commit | c59a51d6017707745f42afe8be473e7524a9fd38 (patch) | |
tree | 8a0dceb6e47fd20d89b6912eebbc019aaf18ae9d /math/xmgr/Makefile | |
parent | fc90b04884c67292631593ebc4bd0430aad09bac (diff) | |
download | pkgsrc-c59a51d6017707745f42afe8be473e7524a9fd38.tar.gz |
Support staged installation.
Diffstat (limited to 'math/xmgr/Makefile')
-rw-r--r-- | math/xmgr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 8bb28b4abb7..dfde143f341 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/12/03 13:06:55 asau Exp $ +# $NetBSD: Makefile,v 1.33 2009/12/11 02:11:52 asau Exp $ DISTNAME= xmgr-4.1.2 PKGREVISION= 5 @@ -12,6 +12,8 @@ COMMENT= Powerful XY plotting tool for workstations or X-terminals using X BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +PKG_DESTDIR_SUPPORT= user-destdir + USE_X11BASE= YES USE_LANGUAGES= c fortran GNU_CONFIGURE= YES |