diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-08 23:08:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-08 23:08:13 +0800 |
commit | a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2 (patch) | |
tree | 42358909bf1bcd1454294bcb1807af0668a8d50d /net | |
parent | aa4c9b292c8535dd6a140a2871d9924aa3ba0b17 (diff) | |
download | freebsd-ports-gnome-a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2.tar.gz freebsd-ports-gnome-a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2.tar.zst freebsd-ports-gnome-a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2.zip |
Fix some PKGNAME collisions
Diffstat (limited to 'net')
-rw-r--r-- | net/pecl-apn/Makefile | 2 | ||||
-rw-r--r-- | net/pecl-gupnp/Makefile | 2 | ||||
-rw-r--r-- | net/pecl-ip2location/Makefile | 2 | ||||
-rw-r--r-- | net/pecl-mosquitto/Makefile | 2 | ||||
-rw-r--r-- | net/pecl-oauth/Makefile | 2 | ||||
-rw-r--r-- | net/pecl-yp/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net/pecl-apn/Makefile b/net/pecl-apn/Makefile index d3d683981e7f..30122564b9cf 100644 --- a/net/pecl-apn/Makefile +++ b/net/pecl-apn/Makefile @@ -16,6 +16,6 @@ LIB_DEPENDS= libcapn.so:net/libcapn USES= php:pecl ssl:build,run CONFIGURE_ARGS= --with-apn=${LOCALBASE} CFLAGS+= -I${OPENSSLINC} -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 .include <bsd.port.mk> diff --git a/net/pecl-gupnp/Makefile b/net/pecl-gupnp/Makefile index 9bec2915bdcd..2c2d2330fe83 100644 --- a/net/pecl-gupnp/Makefile +++ b/net/pecl-gupnp/Makefile @@ -13,7 +13,7 @@ LICENSE= PHP301 LIB_DEPENDS= libgupnp-1.0.so:net/gupnp -IGNORE_WITH_PHP=70 71 72 +IGNORE_WITH_PHP=70 71 72 73 USES= php:pecl pkgconfig post-patch: diff --git a/net/pecl-ip2location/Makefile b/net/pecl-ip2location/Makefile index 986164751fe7..44ea2d38cbfd 100644 --- a/net/pecl-ip2location/Makefile +++ b/net/pecl-ip2location/Makefile @@ -14,6 +14,6 @@ LICENSE= PHP301 LIB_DEPENDS= libIP2Location.so:net/ip2location USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 .include <bsd.port.mk> diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile index a871e022379d..b2983f74ab05 100644 --- a/net/pecl-mosquitto/Makefile +++ b/net/pecl-mosquitto/Makefile @@ -15,6 +15,6 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= mosquitto>=0:net/mosquitto USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 .include <bsd.port.mk> diff --git a/net/pecl-oauth/Makefile b/net/pecl-oauth/Makefile index 6244e69d4664..f75e21d2e8fd 100644 --- a/net/pecl-oauth/Makefile +++ b/net/pecl-oauth/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net/pecl-yp/Makefile b/net/pecl-yp/Makefile index 264f1563ed5c..f714f4eac9a1 100644 --- a/net/pecl-yp/Makefile +++ b/net/pecl-yp/Makefile @@ -12,6 +12,6 @@ COMMENT= YP/NIS functions binding for PHP LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 .include <bsd.port.mk> |