diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
commit | 91e365d630f06550c027e8d6416042302496c4fb (patch) | |
tree | 39eb76ce76a50126ac09099f3cbbc3b7b481086a /editors | |
parent | 0412e1a725a89281f5390bc9d0d2fb5c8cef318f (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/emacs/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 9b47cda00bd4..8454605bcd46 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER}.${EMACS_REV} +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 7e46bd2673d1..53398083a12b 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -7,6 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -234,7 +235,7 @@ CONFIGURE_ARGS+= --without-xml2 .endif .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls .else CONFIGURE_ARGS+= --without-gnutls |