summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:54 -0700
committerVlad Glagolev2022-07-27 15:02:54 -0700
commit84daf4aa28dbb7bc8af48e829e05163b5d832430 (patch)
tree29a1ab3dc2464ddda05de5f335a5c7bdacf8a1ea /science
parent16346c66bd1eb721b03821cff021944cd600071f (diff)
gerbv: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'science')
-rwxr-xr-xscience/gerbv/DEPENDS2
-rw-r--r--science/gerbv/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/science/gerbv/DEPENDS b/science/gerbv/DEPENDS
index 98a15dde47..a2fba00be0 100755
--- a/science/gerbv/DEPENDS
+++ b/science/gerbv/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends gtk+2 &&
depends glib2 &&
depends pango &&
diff --git a/science/gerbv/HISTORY b/science/gerbv/HISTORY
index f211c10a3b..1970688eb5 100644
--- a/science/gerbv/HISTORY
+++ b/science/gerbv/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)