diff options
Diffstat (limited to 'net/asio/Makefile')
-rw-r--r-- | net/asio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/asio/Makefile b/net/asio/Makefile index fb37ef174fc4..29331499cfda 100644 --- a/net/asio/Makefile +++ b/net/asio/Makefile @@ -1,5 +1,5 @@ PORTNAME= asio -DISTVERSION= 1.30.2 +DISTVERSION= 1.34.2 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}%20(Stable)/ @@ -14,6 +14,8 @@ USES= tar:bz2 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-noarch-pkgconfigdir=${PREFIX}/libdata/pkgconfig + NO_BUILD= yes NO_ARCH= yes |