diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
commit | acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b (patch) | |
tree | 651da5037b0f20c4a0f70a639fa0c0f659c951f1 /devel/libmba | |
parent | 428214143dfd45bd47a803ec9420f46886c780b5 (diff) | |
download | ports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.tar.gz ports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.zip |
Notes
Diffstat (limited to 'devel/libmba')
-rw-r--r-- | devel/libmba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libmba/Makefile b/devel/libmba/Makefile index 59631c6d52cc..dec240e70781 100644 --- a/devel/libmba/Makefile +++ b/devel/libmba/Makefile @@ -19,7 +19,7 @@ COMMENT= A collection of C modules potentially useful to any project LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_GMAKE= yes -MAKE_ENV= prefix="${PREFIX}" CC="${CC}" \ +MAKE_ENV= prefix="${PREFIX}" \ MINVERSION="${SHLIB_MAJOR}" \ RPM_OPT_FLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |