diff options
author | pav <pav@FreeBSD.org> | 2008-06-20 03:46:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-20 03:46:13 +0800 |
commit | 4a65dba18ce6e1cc562a4ef08382e8b43137ad9c (patch) | |
tree | b8ae7dba3ddb6ed8addf74acbbcb94c2de841ec1 /graphics/libcaca | |
parent | 3c5b1c15d9ac44bad0c30709fb6a3645b7e3442e (diff) | |
download | freebsd-ports-gnome-4a65dba18ce6e1cc562a4ef08382e8b43137ad9c.tar.gz freebsd-ports-gnome-4a65dba18ce6e1cc562a4ef08382e8b43137ad9c.tar.zst freebsd-ports-gnome-4a65dba18ce6e1cc562a4ef08382e8b43137ad9c.zip |
- Remove CONFIGURE_ENV definition, they are shadowed by EFL stuff, and in fact
not needed at all
PR: ports/123327
Diffstat (limited to 'graphics/libcaca')
-rw-r--r-- | graphics/libcaca/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index 2696b5a368f4..f9257f7bb9b7 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -17,8 +17,6 @@ COMMENT= Graphics library that outputs text instead of pixels USE_GNOME= gnomehack gnometarget ltverhack pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lm -lncurses" CONFIGURE_ARGS= --disable-doc \ --enable-ncurses \ --disable-csharp \ |