diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-02-02 16:06:39 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-02-02 16:06:39 +0000 |
commit | c0d3a8abe45e6dbab8c22f3f546390b3a33495e8 (patch) | |
tree | dee4c9e18acf2e50d29cbefe91fec56ace111766 /editors/xemacs-devel/Makefile | |
parent | 4426cff80f7eb3bc0e9a341720951e410302feac (diff) |
Update to 21.5.b24
Notes
Notes:
svn path=/head/; revision=155085
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r-- | editors/xemacs-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index ab54ac54b63d..b87ec0081c1a 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -34,7 +34,7 @@ USE_XPM= yes XEMACS_MAJOR_VER?= 21 XEMACS_REL= ${XEMACS_MAJOR_VER}.5 -XEMACS_VER= ${XEMACS_MAJOR_VER}.5-b21 +XEMACS_VER= ${XEMACS_MAJOR_VER}.5-b24 XEMACS_ARCH= ${CONFIGURE_TARGET} WRKSRC= ${WRKDIR}/xemacs-${XEMACS_VER:S/-b/./} |