diff options
author | asami <asami@FreeBSD.org> | 1995-10-04 10:18:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-04 10:18:56 +0000 |
commit | dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d (patch) | |
tree | 85d436c4400ca359328c0dfcf26d22043c3adef1 /editors/uemacs | |
parent | 34028a1d6b979e19d7d3e94969089d8963e455d2 (diff) | |
download | FreeBSD-ports-dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d.zip FreeBSD-ports-dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d.tar.gz |
Various EXEC_DEPENDS fixes.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 8a52c18..b7bcad0 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.3 1995/04/09 06:11:13 asami Exp $ +# $Id: Makefile,v 1.5 1995/05/02 09:08:53 asami Exp $ # DISTNAME= uemacs @@ -14,7 +14,7 @@ DISTFILES= ue312dev.zip MAINTAINER= ports@freebsd.org -EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_WRKSUBDIR= yes PATCH_STRIP= -p1 |