diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 18:10:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 18:10:58 +0800 |
commit | 1cf5a83e7909d14834bf119f90162ff542fa874c (patch) | |
tree | 0dfe407b29c631a77835247d0e15a5a1bd890a7a /devel | |
parent | 667c23dc90ff882074f8dc278017634b63061cd0 (diff) | |
download | freebsd-ports-gnome-1cf5a83e7909d14834bf119f90162ff542fa874c.tar.gz freebsd-ports-gnome-1cf5a83e7909d14834bf119f90162ff542fa874c.tar.zst freebsd-ports-gnome-1cf5a83e7909d14834bf119f90162ff542fa874c.zip |
Conversion from USE_GNOME=gnomehack to USES=pathfix is not that simple, revert back to USE_GNOME=gnomehack
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 |