mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
sync WANTLIB
This commit is contained in:
@@ -4,6 +4,7 @@ COMMENT= minimal XML library
|
||||
# 3.x and 4.x both have API changes breaking existing ports
|
||||
# 4.x requires C99 (n.b. base-gcc archs)
|
||||
V= 2.12
|
||||
REVISION= 0
|
||||
DISTNAME= mxml-$V
|
||||
CATEGORIES= textproc
|
||||
|
||||
@@ -14,7 +15,7 @@ HOMEPAGE= https://www.msweet.org/mxml/
|
||||
# LGPLv2 with exceptions
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= c
|
||||
WANTLIB= c z
|
||||
|
||||
SITES= https://github.com/michaelrsweet/mxml/releases/download/v$V/
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
COMMENT = Comma-Separated Values manipulation routines
|
||||
|
||||
DISTNAME = Text-CSV_XS-1.60
|
||||
REVISION = 0
|
||||
CATEGORIES = textproc
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
||||
@@ -11,6 +12,6 @@ MODULES = cpan
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = perl
|
||||
WANTLIB = c perl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user