diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-18 03:06:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-18 03:06:48 +0800 |
commit | e1fad6b7b570f2f5685fb302a460b50679e04ae8 (patch) | |
tree | 6bdaaaa51925e10719a04696aa74e5d389db0195 /devel/py-gobject/Makefile | |
parent | d6f2b76b19d2ae10403b675e549d5d5a8279079d (diff) | |
download | marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.gz marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.bz2 marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.lz marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.xz marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.zst marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.zip |
Sync with freebsd ports. portrevision bumping, getting CPPFLAGS/LDFLAGS from
CONFIGURE_ENV, s/CPPFLAGS=/CPPFLAGS+=/ etc
Sprinkle USE_PKGCONFIG in some ports.
Some small nits here and there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17047 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/py-gobject/Makefile')
-rw-r--r-- | devel/py-gobject/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index cfeec1497..11a2e7abf 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/py-gobject/Makefile,v 1.55 2011/10/07 10:06:54 kwm Exp $ +# $MCom: ports/devel/py-gobject/Makefile,v 1.56 2011/10/07 13:30:13 kwm Exp $ # PORTNAME= gobject @@ -20,7 +20,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for GObject LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo |