diff options
| -rw-r--r-- | devel/libpthread-stubs/Makefile | 7 | ||||
| -rw-r--r-- | devel/libpthread-stubs/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile index 927d19a4b3d1..b7abd14142ee 100644 --- a/devel/libpthread-stubs/Makefile +++ b/devel/libpthread-stubs/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= ashish@FreeBSD.org COMMENT= This library provides weak aliases for pthread functions -USES= libtool pathfix tar:bzip2 -USE_LDCONFIG= yes +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= pathfix tar:bzip2 GNU_CONFIGURE= yes +NO_ARCH= yes PLIST_FILES= libdata/pkgconfig/pthread-stubs.pc diff --git a/devel/libpthread-stubs/pkg-descr b/devel/libpthread-stubs/pkg-descr index 5669418fead7..362445e857e3 100644 --- a/devel/libpthread-stubs/pkg-descr +++ b/devel/libpthread-stubs/pkg-descr @@ -8,4 +8,4 @@ necessary pthread stubs, this package ships only the pkg-config file pthread-stubs.pc, to allow libraries to unconditionally express a dependency on pthread-stubs and still obtain correct behavior. -WWW: http://xcb.freedesktop.org/ +WWW: https://xcb.freedesktop.org/ |
