diff options
author | snj <snj@pkgsrc.org> | 2004-05-09 02:26:14 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-09 02:26:14 +0000 |
commit | 2b4de54e87422e1ed6c35fa4a03a5fccbe7474e1 (patch) | |
tree | f3add8055010166c61f9c15a99f690e444315a3e /geography/vis5d+ | |
parent | e05189ccaa7fafc6b7c4641f24f3dccd79718afd (diff) | |
download | pkgsrc-2b4de54e87422e1ed6c35fa4a03a5fccbe7474e1.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'geography/vis5d+')
-rw-r--r-- | geography/vis5d+/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/vis5d+/Makefile b/geography/vis5d+/Makefile index 1554dd3b7b2..f40307e9772 100644 --- a/geography/vis5d+/Makefile +++ b/geography/vis5d+/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 16:43:08 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2004/05/09 02:30:53 snj Exp $ # DISTNAME= vis5d+-1.2.1 @@ -9,12 +9,12 @@ MAINTAINER= hdp@nmsu.edu HOMEPAGE= http://vis5d.sourceforge.net/ COMMENT= Volumetric Visualization program for scientific datasets -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_X11= yes GNU_CONFIGURE= yes -.include "../../graphics/Mesa/buildlink2.mk" +.include "../../graphics/Mesa/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |