diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
commit | 63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2 (patch) | |
tree | 1192ccd4bb2724833518c7a912f03e792fe34b80 /graphics/xaos | |
parent | fbcd9d32ca81ab29c4255c9b0015c3f4f4e61529 (diff) | |
download | FreeBSD-ports-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.zip FreeBSD-ports-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.tar.gz |
More missing dependencies.
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 0394a3a..0ede976 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -3,7 +3,7 @@ # Date created: 24 February 1996 # Whom: Joseph Koshy <koshy@india.hp.com> # -# $Id: Makefile,v 1.7 1998/09/15 11:57:43 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/17 00:50:49 asami Exp $ # DISTNAME= XaoS-3.0 @@ -18,6 +18,8 @@ MAINTAINER= jkoshy@freebsd.org LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +USE_XLIB= yes + # This port will benefit from all-stops-out optimization of the code GNU_CONFIGURE= yes |