summaryrefslogtreecommitdiffstats
path: root/accessibility/atk
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-20 00:06:29 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-20 00:06:29 +0800
commita52cec6892a1225854ee915d5b9adaaa2057a0c7 (patch)
tree7af062104afbb7364892a76b54f2e558012422e5 /accessibility/atk
parentf80c3dbfe7db697115c7e965c38864cc9d8cef3a (diff)
downloadmarcuscom-ports-a52cec6892a1225854ee915d5b9adaaa2057a0c7.tar
marcuscom-ports-a52cec6892a1225854ee915d5b9adaaa2057a0c7.tar.gz
marcuscom-ports-a52cec6892a1225854ee915d5b9adaaa2057a0c7.tar.bz2
marcuscom-ports-a52cec6892a1225854ee915d5b9adaaa2057a0c7.tar.lz
marcuscom-ports-a52cec6892a1225854ee915d5b9adaaa2057a0c7.tar.xz
marcuscom-ports-a52cec6892a1225854ee915d5b9adaaa2057a0c7.tar.zst
marcuscom-ports-a52cec6892a1225854ee915d5b9adaaa2057a0c7.zip
Add back CONFIGURE_ENV for some other stuff then CPPFLAGS and LDFLAGS oops.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17049 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk')
-rw-r--r--accessibility/atk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
index 4857605e3..686920639 100644
--- a/accessibility/atk/Makefile
+++ b/accessibility/atk/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/accessibility/atk/Makefile,v 1.120 2012/08/04 21:04:24 kwm Exp $
+# $MCom: ports/accessibility/atk/Makefile,v 1.121 2012/08/17 19:06:42 kwm Exp $
#
PORTNAME= atk
@@ -32,7 +32,7 @@ CONFIGURE_ARGS= --enable-static \
--with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
- AUTOCONF=${TRUE} AUTOMAKE=${TRUE}
+CONFIGURE_ENV= AUTOCONF=${TRUE} AUTOMAKE=${TRUE}
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests docs//" \