diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-11-18 22:37:50 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-11-18 22:37:50 +0000 |
commit | 5e0a3a9c6501ff98a7f9a2a38cf0fd8836f0b131 (patch) | |
tree | 6cc3ecd09ceb1a1c5c5f027b31b9824b4147fca9 /devel/libmatheval | |
parent | b7ec99dc5858b339631f34f91330b3fef68dcf2a (diff) | |
download | ports-5e0a3a9c6501ff98a7f9a2a38cf0fd8836f0b131.tar.gz ports-5e0a3a9c6501ff98a7f9a2a38cf0fd8836f0b131.zip |
Notes
Diffstat (limited to 'devel/libmatheval')
-rw-r--r-- | devel/libmatheval/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile index edf3b555edaf..ac7cd1636add 100644 --- a/devel/libmatheval/Makefile +++ b/devel/libmatheval/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split" +CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |