diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-07-27 07:12:24 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-07-27 07:12:24 +0000 |
commit | 0a2c26daa26b561465d595bc26aeb720d3ac3ffd (patch) | |
tree | e1ab52e14a09557bc6f53d2c35844fb6f3e9cffe /editors/emacs-devel/Makefile | |
parent | 539ea053194b03ad43784093bb64cac56cb3ed61 (diff) | |
download | ports-0a2c26daa26b561465d595bc26aeb720d3ac3ffd.tar.gz ports-0a2c26daa26b561465d595bc26aeb720d3ac3ffd.zip |
Notes
Diffstat (limited to 'editors/emacs-devel/Makefile')
-rw-r--r-- | editors/emacs-devel/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index beaea1fd7709..095747ce3123 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= emacs -PORTVERSION= ${EMACS_VER} -PORTREVISION= 1 +DISTVERSION= 25.1-rc1 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= GNU_ALPHA/emacs/pretest @@ -20,7 +19,9 @@ BROKEN_ia64= Emacs does not currently build on ia64 CONFLICTS= emacs24-[0-9]* emacs-nox11-[0-9]* -EMACS_VER= 25.0.95 +EMACS_VER= ${PORTVERSION:R} +WRKSRC= ${WRKDIR}/${PORTNAME}-${EMACS_VER} + GNU_CONFIGURE= yes USES= cpe gmake makeinfo ncurses pkgconfig tar:xz INFO_PATH= ${DATADIR_REL}/info @@ -208,7 +209,7 @@ XPM_IMPLIES= X11 XWIDGETS_USE= XORG=xcomposite XWIDGETS_CONFIGURE_WITH=xwidgets XWIDGETS_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 -XWIDGETS_IMPLIES= X11 +XWIDGETS_IMPLIES= GTK3 .include <bsd.port.options.mk> |