diff options
Diffstat (limited to 'devel/libpthread-stubs/Makefile')
-rw-r--r-- | devel/libpthread-stubs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile index 2c9dfaa4fc76..dc21e5560b5d 100644 --- a/devel/libpthread-stubs/Makefile +++ b/devel/libpthread-stubs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpthread-stubs -# Date created: 24 January 2007 -# Whom: wahjava -# +# Created by: wahjava # $FreeBSD$ -# PORTNAME= libpthread-stubs PORTVERSION= 0.3 @@ -14,9 +10,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= ashish@FreeBSD.org COMMENT= This library provides weak aliases for pthread functions -USE_GMAKE= yes +USES= gmake pathfix pkgconfig USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes |