diff options
author | steve <steve@FreeBSD.org> | 1998-10-01 06:09:56 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-01 06:09:56 +0000 |
commit | 8a02acc0cba74a4fabf831cc38cdeef6eb706f6d (patch) | |
tree | 281bebf6fc9fc5be4f25312db9ded96d3ff5748d /games/xconq | |
parent | 7f17af08487004ca511bb1969087584ed0ba3917 (diff) | |
download | FreeBSD-ports-8a02acc0cba74a4fabf831cc38cdeef6eb706f6d.zip FreeBSD-ports-8a02acc0cba74a4fabf831cc38cdeef6eb706f6d.tar.gz |
Fix build for ELF.
PR: 7911
Submitted by: maintainer
Diffstat (limited to 'games/xconq')
-rw-r--r-- | games/xconq/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 160f286..a8ac9e4 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.5 1998/09/17 00:32:36 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/28 02:17:56 steve Exp $ # DISTNAME= xconq-7.2.2 @@ -12,8 +12,6 @@ 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 |