diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
commit | bbc8c4d740872dbe971f6164448e5ba893cb166f (patch) | |
tree | c756810defa7862a81134a13cec391bfef55e24e /editors | |
parent | 7eb500363752ce8dd82189f56d621b11450e92f9 (diff) | |
download | ports-bbc8c4d740872dbe971f6164448e5ba893cb166f.tar.gz ports-bbc8c4d740872dbe971f6164448e5ba893cb166f.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs23/Makefile | 3 | ||||
-rw-r--r-- | editors/klat4/Makefile | 3 | ||||
-rw-r--r-- | editors/nvi-devel/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index c0798b1d2410..c9bdb6d9315b 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -28,8 +28,7 @@ CONFLICTS= emacs-19.* emacs21-* emacs22-* emacs24-* \ EMACS_VER= 23.4 GNU_CONFIGURE= yes -USES= gmake makeinfo ncurses pkgconfig -USE_BZIP2= yes +USES= gmake makeinfo ncurses pkgconfig tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info diff --git a/editors/klat4/Makefile b/editors/klat4/Makefile index 6539ff8e86a1..9303aa855b24 100644 --- a/editors/klat4/Makefile +++ b/editors/klat4/Makefile @@ -12,8 +12,7 @@ COMMENT= LaTeX source editor for KDE4 LICENSE= GPLv2 # (or later) -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_KDE4= automoc4 kate kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index 32b0a0af1233..d283085f7fc7 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -17,11 +17,10 @@ OPTIONS_DEFINE= WIDECHAR OPTIONS_DEFAULT=WIDECHAR WIDECHAR_DESC= Enable wide-character support (UTF-8) -USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= iconv libtool:keepla pkgconfig +USES= iconv libtool:keepla pkgconfig tar:bzip2 USE_BDB= 42+ CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \ --program-prefix=n |