diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-22 05:14:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-22 05:14:50 +0800 |
commit | beb228458562d7d1275ab5b39bca90cc7f7145e3 (patch) | |
tree | 7d3a63543eef69ccd8b8d373c99a4b352daef83e /net | |
parent | fecbd14760699c6e796818c7155779e8f6bfddd2 (diff) | |
download | freebsd-ports-gnome-beb228458562d7d1275ab5b39bca90cc7f7145e3.tar.gz freebsd-ports-gnome-beb228458562d7d1275ab5b39bca90cc7f7145e3.tar.zst freebsd-ports-gnome-beb228458562d7d1275ab5b39bca90cc7f7145e3.zip |
- Add LICENSE
- Support STAGEDIR
Diffstat (limited to 'net')
-rw-r--r-- | net/pecl-gupnp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pecl-gupnp/Makefile b/net/pecl-gupnp/Makefile index 07bbb6ff7cf3..d11d963ec048 100644 --- a/net/pecl-gupnp/Makefile +++ b/net/pecl-gupnp/Makefile @@ -12,13 +12,14 @@ DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org COMMENT= GUPnP wrapper extension +LICENSE= PHP301 + LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp USE_PHP= yes USE_PHPEXT= yes USES= pkgconfig -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4 |