git: b5784a64918e - main - devel/rubygem-kt-paperclip-rails61: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Dec 2022 21:32:03 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b5784a64918e9d83b70d7f26126c2f89e9d4aa3e
commit b5784a64918e9d83b70d7f26126c2f89e9d4aa3e
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-01 21:30:31 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-01 21:30:31 +0000
devel/rubygem-kt-paperclip-rails61: Fix build
This conflicts with rails as both installs libwmf and the other one uses
the x11 variant. So fix the imagemagick dependency.
Sponsored by: Nepustil
---
devel/rubygem-kt-paperclip-rails61/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-kt-paperclip-rails61/Makefile b/devel/rubygem-kt-paperclip-rails61/Makefile
index d1c49d8f04d5..74bb6b8ba59d 100644
--- a/devel/rubygem-kt-paperclip-rails61/Makefile
+++ b/devel/rubygem-kt-paperclip-rails61/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kt-paperclip
PORTVERSION= 7.1.1
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
@@ -19,7 +20,7 @@ RUN_DEPENDS= rubygem-activemodel61>0:databases/rubygem-activemodel61 \
NO_ARCH= yes
USE_RUBY= yes
-USES= cpe gem magick:7,nox11,run
+USES= cpe gem magick:7,run
CPE_VENDOR= thoughtbot
.include <bsd.port.mk>