diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/libpthread-stubs | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) | |
download | ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.gz ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.zip |
Notes
Diffstat (limited to 'devel/libpthread-stubs')
-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 |