diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-22 12:46:41 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-22 12:46:41 +0000 |
commit | 757ef699eac695d5bcab26959e739c9ce3dcdcec (patch) | |
tree | 6dcf68af4c5eab07ca9f2286843e0f260d33f258 /graphics | |
parent | Misc. bugfix and cleanup. (diff) |
put the `fwf' build dependancy under BUILD_DEPENDS, of
all places.
Notes
Notes:
svn path=/head/; revision=3678
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aero/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/aero/Makefile b/graphics/aero/Makefile index 3e7f5bb7ea84..6e0940c584b9 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.3 1995/10/05 13:54:55 erich Exp $ +# $Id: Makefile,v 1.4 1996/08/20 13:32:17 erich Exp $ # DISTNAME= aero_1.5.2_src @@ -13,9 +13,9 @@ MASTER_SITES= ftp://ftp.povray.org/pub/povray/modellers/aero/ MAINTAINER= erich@FreeBSD.org +BUILD_DEPENDS= ${X11BASE}/lib/libfwf.a:${PORTSDIR}/x11/FWF +RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray \ - ${X11BASE}/lib/libfwf.a:${PORTSDIR}/x11/FWF USE_X11= yes WRKSRC= work/aero/src |