summaryrefslogtreecommitdiffstats
path: root/printer
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:45 -0700
committerVlad Glagolev2022-07-27 15:02:45 -0700
commit15b89d6f0b7b90f5289a5f7e99471e4aa675d11a (patch)
tree6b159f20f805fdf2e9464a280453c7f1f45d7fc3 /printer
parent8409ecc7fa1a9a2d2e71a351e710abdf73f2d7fa (diff)
photoprint: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'printer')
-rwxr-xr-xprinter/photoprint/DEPENDS2
-rw-r--r--printer/photoprint/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/printer/photoprint/DEPENDS b/printer/photoprint/DEPENDS
index 5bbc8d9c0f..48015e8691 100755
--- a/printer/photoprint/DEPENDS
+++ b/printer/photoprint/DEPENDS
@@ -1,5 +1,5 @@
depends -sub CXX gcc &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends gutenprint &&
depends gtk+2 &&
depends lcms &&
diff --git a/printer/photoprint/HISTORY b/printer/photoprint/HISTORY
index 7674a58096..55de857403 100644
--- a/printer/photoprint/HISTORY
+++ b/printer/photoprint/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2011-07-30 Florian Franzmann <bwlf@bandrate.org>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)