diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-02-28 21:10:18 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-02-28 21:10:18 +0800 |
commit | 30c06d9135c58f13efa9ee5384a918d44496b941 (patch) | |
tree | 0c23fea7be85132fee7bf984681ebead0ee8a9aa /graphics | |
parent | 7712d132e5531f488a0744f447d84d707f3088d0 (diff) | |
download | freebsd-ports-gnome-30c06d9135c58f13efa9ee5384a918d44496b941.tar.gz freebsd-ports-gnome-30c06d9135c58f13efa9ee5384a918d44496b941.tar.zst freebsd-ports-gnome-30c06d9135c58f13efa9ee5384a918d44496b941.zip |
Unbreak for ELF.
PR: ports/10261
Submitted by: Sheldon Hearn <sheldonh@iafrica.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aero/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/aero/Makefile b/graphics/aero/Makefile index 9776774932a4..3e05714f5c4f 100644 --- a/graphics/aero/Makefile +++ b/graphics/aero/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.12 1998/09/17 00:32:40 asami Exp $ +# $Id: Makefile,v 1.13 1998/11/15 07:59:15 jseger Exp $ # DISTNAME= aero_1.7.0_src @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.ee.uwa.edu.au/users/braunl/aero/ MAINTAINER= erich@FreeBSD.org -BROKEN_ELF= depends on FWF which is BROKEN for ELF - BUILD_DEPENDS= ${X11BASE}/lib/libfwf.a:${PORTSDIR}/x11-toolkits/FWF RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |