diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-02 03:34:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-02 03:34:47 +0000 |
commit | adc6e0cac99dc3fbffc5eac231169aa23440e9b5 (patch) | |
tree | 6ab1488a7ebee26cc93ca98e18317cacc8babd93 /devel/libmaa | |
parent | b2630df61e6b9551650aadcf03f236ab5ed6bd60 (diff) | |
download | ports-adc6e0cac99dc3fbffc5eac231169aa23440e9b5.tar.gz ports-adc6e0cac99dc3fbffc5eac231169aa23440e9b5.zip |
Notes
Diffstat (limited to 'devel/libmaa')
-rw-r--r-- | devel/libmaa/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/libmaa/Makefile b/devel/libmaa/Makefile index 6e2706f40830..9fefa2283203 100644 --- a/devel/libmaa/Makefile +++ b/devel/libmaa/Makefile @@ -15,8 +15,6 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides a few data structures and helpful functions ALL_TARGET= lib -CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ - --with-etcdir=${PREFIX}/etc CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |