diff options
author | pin <pin@pkgsrc.org> | 2021-08-02 15:38:37 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-02 15:38:37 +0000 |
commit | 866f0dbdb185fd73e5b83b91537ec9f1c26908d8 (patch) | |
tree | 7f6041a75ffc9d1b4eb34b8bd81173103c2489a6 /x11/rterm/Makefile | |
parent | 7f433fc85b2a15b1035b2928bdf0d52079a107c3 (diff) | |
download | pkgsrc-866f0dbdb185fd73e5b83b91537ec9f1c26908d8.tar.gz |
x11/rterm: simplify Makefile
Diffstat (limited to 'x11/rterm/Makefile')
-rw-r--r-- | x11/rterm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/rterm/Makefile b/x11/rterm/Makefile index e43ff5c3f41..674fbf547dd 100644 --- a/x11/rterm/Makefile +++ b/x11/rterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/07/22 16:16:38 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2021/08/02 15:38:37 pin Exp $ DISTNAME= rterm-0.0.4 CATEGORIES= x11 @@ -12,7 +12,6 @@ LICENSE= unlicense .include "cargo-depends.mk" -USE_LANGUAGES+= c USE_TOOLS+= pkg-config INSTALLATION_DIRS= bin |