diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:10:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:10:58 +0000 |
commit | 59fa4169212e819dcf5d1c6dc30bed53b24dfe87 (patch) | |
tree | 0dfe407b29c631a77835247d0e15a5a1bd890a7a /devel | |
parent | 49ac0257b583fca37768b7bd375c8e04dd766b2c (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpthread-stubs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile index dc21e5560b5d..fb9c450d9c39 100644 --- a/devel/libpthread-stubs/Makefile +++ b/devel/libpthread-stubs/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= ashish@FreeBSD.org COMMENT= This library provides weak aliases for pthread functions -USES= gmake pathfix pkgconfig +USES= gmake pkgconfig +USE_GNOME= gnomehack USE_BZIP2= yes USE_LDCONFIG= yes |