diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-09-07 20:49:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-09-07 20:49:05 +0000 |
commit | d78f6df20c46b0e8144922cc62c13d4d718be842 (patch) | |
tree | 54f1049728f20265a210d5371eeeb23b32471e4b /textproc/libxml++30 | |
parent | 96e9e4afb76b918140deecea4c5dfef9f7bb1ea6 (diff) |
textproc/libxml++30: fix PKGBASE collision
Diffstat (limited to 'textproc/libxml++30')
-rw-r--r-- | textproc/libxml++30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libxml++30/Makefile b/textproc/libxml++30/Makefile index db4648a70955..e3bc32ba3bd4 100644 --- a/textproc/libxml++30/Makefile +++ b/textproc/libxml++30/Makefile @@ -3,6 +3,7 @@ PORTVERSION= 2.91.3 PORTREVISION?= 0 CATEGORIES= textproc MASTER_SITES= GNOME +PKGNAMESUFFIX= 30 MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ |