diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2022-06-01 12:24:18 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-06-01 12:25:25 +0300 |
commit | ec2cb159a60b1d9e175c522446efd87b8869e32e (patch) | |
tree | a264d343b4ea5ae8109bf9e8f32dc9166c6724fa | |
parent | editors/vim: Update to 8.2.5048 (diff) |
devel/libffi321: Fix conflict with libffi33 by not installing a .so symlink.
Reported by: pkg-fallout
-rw-r--r-- | devel/libffi321/Makefile | 2 | ||||
-rw-r--r-- | devel/libffi321/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libffi321/Makefile b/devel/libffi321/Makefile index 56da03f1715e..084fac824f7b 100644 --- a/devel/libffi321/Makefile +++ b/devel/libffi321/Makefile @@ -2,7 +2,7 @@ PORTNAME= libffi PORTVERSION= 3.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SOURCEWARE/${PORTNAME} PKGNAMESUFFIX= 321 diff --git a/devel/libffi321/pkg-plist b/devel/libffi321/pkg-plist index e305e217fa2d..71917026ee84 100644 --- a/devel/libffi321/pkg-plist +++ b/devel/libffi321/pkg-plist @@ -1,3 +1,3 @@ -lib/compat/libffi.so +@comment lib/compat/libffi.so lib/compat/libffi.so.6 lib/compat/libffi.so.6.0.4 |