diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 10:17:56 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 10:17:56 +0800 |
commit | 96872c0675b72bcd69a54b4a4e05218cccc822ec (patch) | |
tree | 67ecffb4bcbaf5dc5c38666569db75c68c9cfe81 /games | |
parent | 1916e744cc40e83c6af8b752af6e44df101db185 (diff) | |
download | freebsd-ports-gnome-96872c0675b72bcd69a54b4a4e05218cccc822ec.tar.gz freebsd-ports-gnome-96872c0675b72bcd69a54b4a4e05218cccc822ec.tar.zst freebsd-ports-gnome-96872c0675b72bcd69a54b4a4e05218cccc822ec.zip |
Doesn't link in an ELF build.
Diffstat (limited to 'games')
-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 |