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 /cad/magic | |
parent | fce6571b9b5fb9d0680de83eb6139b8903708bb0 (diff) | |
download | ports-5e0762a9564e268d4b9082c6548617a78306a15a.tar.gz ports-5e0762a9564e268d4b9082c6548617a78306a15a.zip |
More missing dependencies.
Notes
Notes:
svn path=/head/; revision=14954
Diffstat (limited to 'cad/magic')
-rw-r--r-- | cad/magic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile index 91fc9212f9ef..df921bd29a53 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.12 1996/12/06 08:18:34 swallace Exp $ +# $Id: Makefile,v 1.13 1996/12/06 23:27:03 asami Exp $ # DISTNAME= magic-6.5 @@ -13,6 +13,7 @@ DISTFILES= magic-6_5_tar.Z MAINTAINER= swallace@FreeBSD.org +USE_XLIB= yes USE_GMAKE= yes BINS= magic ext2sim magicusage net2ir extcheck X11Helper ext2spice |