diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 18:15:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 18:15:10 +0800 |
commit | e4b2badec476ae0787a5b7edb446c96422a7ca8e (patch) | |
tree | 741537fb1937a4c6a4510abdcdb29e6a3bb5190c | |
parent | 8159e6ef5389ce75d6d56caed0d5cc0135eb3806 (diff) | |
download | freebsd-ports-gnome-e4b2badec476ae0787a5b7edb446c96422a7ca8e.tar.gz freebsd-ports-gnome-e4b2badec476ae0787a5b7edb446c96422a7ca8e.tar.zst freebsd-ports-gnome-e4b2badec476ae0787a5b7edb446c96422a7ca8e.zip |
Mark BROKEN: fails to configure
Need GIMP version at least 2.8.0
Compilation failed in require at ./Makefile.PL line 7.
Reported by: pkg-fallout
-rw-r--r-- | graphics/p5-Alien-Gimp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/p5-Alien-Gimp/Makefile b/graphics/p5-Alien-Gimp/Makefile index 9d9f24105774..5080ba49222b 100644 --- a/graphics/p5-Alien-Gimp/Makefile +++ b/graphics/p5-Alien-Gimp/Makefile @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Encapsulate install info for GIMP +BROKEN= fails to configure + BUILD_DEPENDS= gimp-app>=0:graphics/gimp-app \ p5-ExtUtils-Depends>=0.402:devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \ |