diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | ceba2112833ea325577af308d27cad5d00490059 (patch) | |
tree | 43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /graphics/aero | |
parent | 4f43ab018ab882c42157803c6c7856dce3689cdc (diff) |
Notes
Diffstat (limited to 'graphics/aero')
-rw-r--r-- | graphics/aero/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aero/Makefile b/graphics/aero/Makefile index 8941e1a6f101..ab21ecb1c365 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.7 1997/08/11 15:16:10 erich Exp $ +# $Id: Makefile,v 1.8 1998/05/11 03:16:04 steve Exp $ # DISTNAME= aero_1.7.0_src @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libfwf.a:${PORTSDIR}/x11/FWF RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -USE_X11= yes +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/aero/src MAKEFILE= Makefile.linux |