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 /accessibility/at-spi2-core | |
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 'accessibility/at-spi2-core')
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index 8693e8894..99f4e273d 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.30 2011/04/27 16:26:13 kwm Exp $ +# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.31 2011/05/28 10:58:11 kwm Exp $ # PORTNAME= at-spi2-core @@ -25,10 +25,11 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomehier glib20 intlhack USE_XORG= x11 xi xtst xext +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --disable-xevie -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |