diff options
author | erich <erich@FreeBSD.org> | 1995-10-05 21:54:55 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1995-10-05 21:54:55 +0800 |
commit | 0cda59a7a66046f3b4209d229d0087dca78eee16 (patch) | |
tree | 824939a61157ee52e967072ab5ce54d162f544b9 /graphics/aero | |
parent | dc63f06be50114592b73f7308f732884317c4955 (diff) | |
download | freebsd-ports-gnome-0cda59a7a66046f3b4209d229d0087dca78eee16.tar.gz freebsd-ports-gnome-0cda59a7a66046f3b4209d229d0087dca78eee16.tar.zst freebsd-ports-gnome-0cda59a7a66046f3b4209d229d0087dca78eee16.zip |
fixed EXEC_DEPENDS => RUN_DEPENDS
added myself as maintainer
Diffstat (limited to 'graphics/aero')
-rw-r--r-- | graphics/aero/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/aero/Makefile b/graphics/aero/Makefile index f0dd4ba6cdfa..b63b016e6e1a 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.1.1.1 1995/08/28 14:50:51 jkh Exp $ +# $Id: Makefile,v 1.2 1995/08/29 07:08:39 asami Exp $ # DISTNAME= aero_1.5.2_src @@ -11,12 +11,16 @@ PKGNAME= aero-1.5.2 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/modellers/aero/ +MAINTAINER= erich@FreeBSD.org + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -EXEC_DEPENDS= povray:${PORTSDIR}/graphics/povray +RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray .if !exists(${X11BASE}/lib/libfwf.a) DEPENDS= ${PORTSDIR}/x11/FWF .endif + + USE_X11= yes WRKSRC= work/aero/src |