diff options
-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 |