diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 16:53:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 16:53:01 +0800 |
commit | cf40983c9260c026485524f83f63a99f49bafb21 (patch) | |
tree | 5d5cbc4d723a4a94ad7d2fbcae3adecbd48c023b /devel/prcs/Makefile | |
parent | 8aaba718d0ec416f0600404f725e28a8579c27b9 (diff) | |
download | freebsd-ports-gnome-cf40983c9260c026485524f83f63a99f49bafb21.tar.gz freebsd-ports-gnome-cf40983c9260c026485524f83f63a99f49bafb21.tar.zst freebsd-ports-gnome-cf40983c9260c026485524f83f63a99f49bafb21.zip |
Depend on emacs; need to byte-compile some .elc's.
Diffstat (limited to 'devel/prcs/Makefile')
-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 |