diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 08:53:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 08:53:01 +0000 |
commit | 48f5164c48fb097851342128ded717ef7ef1261d (patch) | |
tree | d3c828f6a733d6ddb3c304d7cc629f1120067ddd /devel/prcs | |
parent | 9e0877e7ea8150f64922005db6d2203d7848c77b (diff) |
Depend on emacs; need to byte-compile some .elc's.
Notes
Notes:
svn path=/head/; revision=14934
Diffstat (limited to 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index df8cb2e69f1e..e003d207114b 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Sep 96 # Whom: jmacd@FreeBSD.ORG # -# $Id: Makefile,v 1.11 1998/04/19 00:33:33 jmacd Exp $ +# $Id: Makefile,v 1.12 1998/06/08 22:38:57 jmacd Exp $ # DISTNAME= prcs-1.2.8 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/ MAINTAINER= jmacd@FreeBSD.ORG +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs + USE_GMAKE= yes HAS_CONFIGURE= yes MAN1= prcs.1 |