diff options
-rw-r--r-- | editors/emacs-devel/Makefile | 2 | ||||
-rw-r--r-- | security/gnutls3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 027d1e1cc188..2f1ae5efb13f 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -25,7 +25,7 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \ EMACS_VER= 24.4.50 EMACS_REV= 117036 GNU_CONFIGURE= yes -USES= ncurses pkgconfig gmake shebangfix tar:xz +USES= gmake makeinfo ncurses pkgconfig shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info diff --git a/security/gnutls3/Makefile b/security/gnutls3/Makefile index 85f6b847be0c..3e264c58a5a2 100644 --- a/security/gnutls3/Makefile +++ b/security/gnutls3/Makefile @@ -24,7 +24,7 @@ USE_LDCONFIG= ${PREFIX}/lib/gnutls3 CPPFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -CONFIGURE_ENV= MAKEINFO="/usr/bin/makeinfo --no-split" +CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --program-suffix=${GNUTLS_SUFFIX} \ --includedir="${PREFIX}/include/gnutls${GNUTLS_SUFFIX}" \ --libdir="${PREFIX}/lib/gnutls${GNUTLS_SUFFIX}" \ |