diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 14:26:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 14:26:31 +0800 |
commit | 8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef (patch) | |
tree | dd2960674890c75b92567e09d64953d38bf531fd /accessibility/py-papi | |
parent | c85c3fb633211dc4a20f68b7d2e7094f2980759b (diff) | |
download | freebsd-ports-gnome-8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef.tar.gz freebsd-ports-gnome-8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef.tar.zst freebsd-ports-gnome-8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef.zip |
Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix
Diffstat (limited to 'accessibility/py-papi')
-rw-r--r-- | accessibility/py-papi/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/accessibility/py-papi/Makefile b/accessibility/py-papi/Makefile index 4032c768ce1b..700a9f780847 100644 --- a/accessibility/py-papi/Makefile +++ b/accessibility/py-papi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-papi -# Date created: 2006-12-19 -# Whom: Marcus von Appen -# +# Created by: Marcus von Appen # $FreeBSD$ -# PORTNAME= papi PORTVERSION= 0.0.9 @@ -14,8 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mva@FreeBSD.org COMMENT= ATK accessibility wrapper for python +USES= pkgconfig USE_GNOME= atk -USE_PKGCONFIG= build USE_PYTHON= yes USE_PYDISTUTILS=yes |