diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 08:53:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 08:53:01 +0000 |
commit | cf40983c9260c026485524f83f63a99f49bafb21 (patch) | |
tree | 5d5cbc4d723a4a94ad7d2fbcae3adecbd48c023b | |
parent | 8aaba718d0ec416f0600404f725e28a8579c27b9 (diff) | |
download | FreeBSD-ports-cf40983c9260c026485524f83f63a99f49bafb21.zip FreeBSD-ports-cf40983c9260c026485524f83f63a99f49bafb21.tar.gz |
Depend on emacs; need to byte-compile some .elc's.
-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 df8cb2e..e003d20 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 |