diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | f22feb535b65ee52eebe6334a7e442a9da6e8eb8 (patch) | |
tree | 933d73267b162cfaafe154e686904d99798b5fbe /x11/9menu/Makefile | |
parent | 8d959e6cc33f5fcda3595282f382e63acfe0072e (diff) | |
download | ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.tar.gz ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.zip |
Notes
Diffstat (limited to 'x11/9menu/Makefile')
-rw-r--r-- | x11/9menu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index 549d5541cdc0..593f4e9d54d9 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1998/10/04 00:56:43 steve Exp $ +# $Id: Makefile,v 1.6 1998/11/21 17:18:12 steve Exp $ # DISTNAME= 9menu-1.5 @@ -13,6 +13,7 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= erich@FreeBSD.org +USE_XLIB= yes NO_WRKSUBDIR= yes EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= |