diff options
author | erich <erich@FreeBSD.org> | 1996-08-20 21:32:17 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-08-20 21:32:17 +0800 |
commit | 7a6d8d95df222616a9ea8937477bdf5b19854c3f (patch) | |
tree | 847786e08cbdfc3665f4a2407b2fe28e289ca1f7 /graphics | |
parent | a72dc0b1e297941b7b2508bc98c6e503a3e57623 (diff) | |
download | freebsd-ports-gnome-7a6d8d95df222616a9ea8937477bdf5b19854c3f.tar.gz freebsd-ports-gnome-7a6d8d95df222616a9ea8937477bdf5b19854c3f.tar.zst freebsd-ports-gnome-7a6d8d95df222616a9ea8937477bdf5b19854c3f.zip |
cleaned up the dependancies.
Requested by: satoshi.
Diffstat (limited to 'graphics')
-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 |