diff options
author | erich <erich@FreeBSD.org> | 1996-08-22 20:46:41 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-08-22 20:46:41 +0800 |
commit | 2f9dc7743fec4b004a43c9327b187c5958b4b777 (patch) | |
tree | 8fcd3f481f7a64e868282fa5fb00a7533b533fef /graphics | |
parent | 0551723f9423ab3481a47ef61314dd3b4a057c6f (diff) | |
download | freebsd-ports-gnome-2f9dc7743fec4b004a43c9327b187c5958b4b777.tar.gz freebsd-ports-gnome-2f9dc7743fec4b004a43c9327b187c5958b4b777.tar.zst freebsd-ports-gnome-2f9dc7743fec4b004a43c9327b187c5958b4b777.zip |
put the `fwf' build dependancy under BUILD_DEPENDS, of
all places.
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 |