diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 02:55:56 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 02:55:56 +0800 |
commit | a9dde4ea53c0b7a98aa3442e25ae4b960196f95b (patch) | |
tree | 7972dc2e6d07fc5520727622dac816c104df5274 /audio/libcanberra/Makefile | |
parent | bca970d7b4e7948a7976b893009a742710579aef (diff) | |
download | marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.gz marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.bz2 marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.lz marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.xz marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.zst marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.zip |
Make portlint happy. I am using cports.sh in MC portstools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16063 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/libcanberra/Makefile')
-rw-r--r-- | audio/libcanberra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index 9f17a8673..bb5a4ee32 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/libcanberra/Makefile,v 1.26 2011/03/16 10:23:09 kwm Exp $ +# $MCom: ports/audio/libcanberra/Makefile,v 1.27 2011/04/30 20:43:13 mezz Exp $ PORTNAME= libcanberra PORTVERSION= 0.28 @@ -23,8 +23,8 @@ USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool libltdl CONFIGURE_ARGS= --disable-lynx --disable-tdb --disable-alsa -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" .if !defined(SLAVEPORT) GCONF_SCHEMAS= libcanberra.schemas |