diff options
author | pin <pin@pkgsrc.org> | 2021-08-05 08:54:37 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-05 08:54:37 +0000 |
commit | a83c749e79ee015d729088f6385184ccd0a5122d (patch) | |
tree | 033462a97aba0404900881d771f07fec2dc1e66d /graphics/viu | |
parent | ade5fadfd636d713f1c8bb9b70631f6744481fec (diff) | |
download | pkgsrc-a83c749e79ee015d729088f6385184ccd0a5122d.tar.gz |
graphics/viu: simplify Makefile
Diffstat (limited to 'graphics/viu')
-rw-r--r-- | graphics/viu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index 608ebcd0101..49088fa8c73 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/07/03 10:08:42 pin Exp $ +# $NetBSD: Makefile,v 1.5 2021/08/05 08:54:37 pin Exp $ DISTNAME= viu-1.3.0 CATEGORIES= graphics @@ -12,8 +12,6 @@ LICENSE= mit .include "cargo-depends.mk" -USE_LANGUAGES+= c # rust, but needs a toolchain to link - INSTALLATION_DIRS= bin do-install: |