aboutsummaryrefslogtreecommitdiff
path: root/editors/bitmap/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-02-08 04:33:50 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-02-08 04:33:50 +0000
commit3d2ac2c67b1541c99a54b2403a3da4a5b428b66a (patch)
tree748c00c105732797b6640681a940fa8ec5ec5509 /editors/bitmap/Makefile
parenta5c370bd7e6692c0fcaeefdcd06304c0b2700732 (diff)
downloadports-3d2ac2c67b1541c99a54b2403a3da4a5b428b66a.tar.gz
ports-3d2ac2c67b1541c99a54b2403a3da4a5b428b66a.zip
Update to 8.2.
Notes
Notes: svn path=/head/; revision=25583
Diffstat (limited to 'editors/bitmap/Makefile')
-rw-r--r--editors/bitmap/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile
index 86dc8b94f7ee..b53ef9d09805 100644
--- a/editors/bitmap/Makefile
+++ b/editors/bitmap/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: bitmap for emacs20
-# Version required: 8.1
+# Version required: 8.2
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
MAINTAINER= shige@FreeBSD.org
# distfile version
-BITMAP_VER= 8.1
+BITMAP_VER= 8.2
BITMAP_PKG_VER= ${BITMAP_VER}
BITMAPDOCDIR= share/doc/bitmap
BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz
@@ -30,7 +30,8 @@ ALL_TARGET= elc
PKGNAME= bitmap-${EMACS_PORT}-${BITMAP_PKG_VER}
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
-BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
+BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \
+ uncompface:${PORTSDIR}/mail/faces
RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \
${BITMAP_FONT}:${PORTSDIR}/x11-fonts/bitmap-font
SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \