aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-29 09:40:39 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-29 09:40:39 +0800
commit4023f64d07ade58b6d61d5d85d1586cd40c7f23a (patch)
tree5b7d7e4b38d940af0e185e1d06bb52a87e329098
parent0aa069f66362495b1c71d351f4e8dccedafbc5bc (diff)
downloadfreebsd-ports-gnome-4023f64d07ade58b6d61d5d85d1586cd40c7f23a.tar.gz
freebsd-ports-gnome-4023f64d07ade58b6d61d5d85d1586cd40c7f23a.tar.zst
freebsd-ports-gnome-4023f64d07ade58b6d61d5d85d1586cd40c7f23a.zip
Add p5-Image-Size to RUN_DEPENDS.
PR: ports/59495 Submitted by: Matthias Andree <matthias.andree@web.de> Approved by: maintainer timeout (1 month)
-rw-r--r--comms/gscmxx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/gscmxx/Makefile b/comms/gscmxx/Makefile
index 84621b1037d3..88fd674c20f5 100644
--- a/comms/gscmxx/Makefile
+++ b/comms/gscmxx/Makefile
@@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= svmohr@red-mercury.de
COMMENT= A graphical frontend for scmxx
-RUN_DEPENDS= ${SITE_PERL}/mach/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk
+RUN_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
+ ${SITE_PERL}/mach/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk
BUILD_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
${SITE_PERL}/mach/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk \
scmxx:${PORTSDIR}/comms/scmxx \