diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 18:18:56 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 18:18:56 +0800 |
commit | e80af410e234abae351c2d2c295e361bd18ec897 (patch) | |
tree | 68ed1da7ce039f0a702b1010b302d24edbaf3b0c /editors/uemacs | |
parent | 49cc426534b1b1557c00cd3f9265e21799f00382 (diff) | |
download | freebsd-ports-gnome-e80af410e234abae351c2d2c295e361bd18ec897.tar.gz freebsd-ports-gnome-e80af410e234abae351c2d2c295e361bd18ec897.tar.zst freebsd-ports-gnome-e80af410e234abae351c2d2c295e361bd18ec897.zip |
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 8a52c1838355..b7bcad051d51 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 |