diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-25 11:12:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-25 11:12:18 +0000 |
commit | 0dec7a6a066d910f283580f32c6966e2e02486b4 (patch) | |
tree | e2d3e30d7998b821ac7fdae9451b2bc9ea7bd1e8 /devel/ETL | |
parent | 7207b5fc75eea84622b7b058f15171f239092158 (diff) | |
download | pkgsrc-0dec7a6a066d910f283580f32c6966e2e02486b4.tar.gz |
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
Diffstat (limited to 'devel/ETL')
-rw-r--r-- | devel/ETL/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/ETL/Makefile b/devel/ETL/Makefile index 6e9abd953b9..b22e3cf0ca9 100644 --- a/devel/ETL/Makefile +++ b/devel/ETL/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/31 11:16:30 asau Exp $ -# +# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:21 wiz Exp $ DISTNAME= ETL-0.04.11 CATEGORIES= devel @@ -10,7 +9,6 @@ HOMEPAGE= http://synfig.org/ COMMENT= C++ template library for synfig GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= ETL.pc.in |