diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
commit | 5e0762a9564e268d4b9082c6548617a78306a15a (patch) | |
tree | 26fbb7dc3029f5ab0e53731f050deadcaac8f40f /misc/estic | |
parent | Back out update - we're in freeze. Whoops. (diff) |
More missing dependencies.
Diffstat (limited to 'misc/estic')
-rw-r--r-- | misc/estic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index eaa8d2fd282d..b86e1278ed5e 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -3,7 +3,7 @@ # Date created: 21 Sep 1996 # Whom: Julian Stacey <jhs@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1996/12/29 04:44:13 obrien Exp $ +# $Id: Makefile,v 1.2 1997/07/21 19:28:43 max Exp $ # DISTNAME= estic-1.40-sources @@ -18,6 +18,7 @@ MAINTAINER= jhs@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +USE_XLIB= yes EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS=# -q NO_WRKSUBDIR= yes |