diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-20 13:32:17 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-20 13:32:17 +0000 |
commit | 167b46697e0661253660dd9a8c3b4cba6e3d6dfb (patch) | |
tree | e997705fcbe7d3b3ed61b0f42af2df1a00177fd0 /graphics/aero/Makefile | |
parent | a5e8424c8f57c403504eef4d525c29a41f663568 (diff) | |
download | freebsd-ports-167b46697e0661253660dd9a8c3b4cba6e3d6dfb.zip |
cleaned up the dependancies.
Requested by: satoshi.
Diffstat (limited to 'graphics/aero/Makefile')
-rw-r--r-- | graphics/aero/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/aero/Makefile b/graphics/aero/Makefile index b63b016e6e1a..3e7f5bb7ea84 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.2 1995/08/29 07:08:39 asami Exp $ +# $Id: Makefile,v 1.3 1995/10/05 13:54:55 erich Exp $ # DISTNAME= aero_1.5.2_src @@ -14,12 +14,8 @@ MASTER_SITES= ftp://ftp.povray.org/pub/povray/modellers/aero/ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray -.if !exists(${X11BASE}/lib/libfwf.a) -DEPENDS= ${PORTSDIR}/x11/FWF -.endif - - +RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray \ + ${X11BASE}/lib/libfwf.a:${PORTSDIR}/x11/FWF USE_X11= yes WRKSRC= work/aero/src |