diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-28 06:13:28 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-28 06:13:28 +0000 |
commit | e490145589790996d6f7e5368d8fb48c25463461 (patch) | |
tree | df9228359d6b734c28998ccb5a275dda7bb8effe | |
parent | 3d167f1811ff61293eb1e3cc067cdcc2d0a3a9ca (diff) | |
download | FreeBSD-ports-e490145589790996d6f7e5368d8fb48c25463461.zip FreeBSD-ports-e490145589790996d6f7e5368d8fb48c25463461.tar.gz |
Allow to build with texinfo from ports
-rw-r--r-- | devel/ecb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ecb/Makefile b/devel/ecb/Makefile index 913b1c6..7fb4233 100644 --- a/devel/ecb/Makefile +++ b/devel/ecb/Makefile @@ -14,7 +14,7 @@ COMMENT= Emacs Code Browser LICENSE= GPLv2 -USES= gmake +USES= gmake makeinfo USE_EMACS= yes LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} |