diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:17:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:17:56 +0000 |
commit | 196ddc050ea2abcb2130a6afe56b5ff81a75fbd5 (patch) | |
tree | f7a598b0dee3ed1137cf38ed3baa503107cb9f29 /games/xconq | |
parent | c1e62c442c320ff68dcc77298b2a82d5f9c6892c (diff) | |
download | ports-196ddc050ea2abcb2130a6afe56b5ff81a75fbd5.tar.gz ports-196ddc050ea2abcb2130a6afe56b5ff81a75fbd5.zip |
Notes
Diffstat (limited to 'games/xconq')
-rw-r--r-- | games/xconq/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 517c31201ae2..160f2864716d 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jun 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id: Makefile,v 1.4 1998/09/15 11:13:12 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/17 00:32:36 asami Exp $ # DISTNAME= xconq-7.2.2 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.cygnus.com/pub/xconq/ MAINTAINER= croyle@gelemna.ft-wayne.in.us +BROKEN_ELF= does not link + LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes |