diff options
Diffstat (limited to 'x11-wm/fvwm95/Makefile')
-rw-r--r-- | x11-wm/fvwm95/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index bf8eac9cf75c..611aca7bb919 100644 --- a/x11-wm/fvwm95/Makefile +++ b/x11-wm/fvwm95/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 1 Feb 1997 14:46:05 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.6 1996/11/18 11:43:08 asami Exp $ +# $Id: Makefile,v 1.7 1997/02/01 14:13:52 andreas Exp $ # DISTNAME= fvwm95-2.0.43a-Autoconf @@ -14,12 +14,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= andreas@klemm.gtn.com LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -BUILD_DEPENDS= ${PREFIX}/lib/librplay.a:${PORTSDIR}/audio/rplay +BUILD_DEPENDS= /usr/local/lib/librplay.a:${PORTSDIR}/audio/rplay -HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=/usr/X11R6 \ - --includedir=${PREFIX}/include \ - --libdir=${PREFIX}/lib +USE_X11= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--includedir=/usr/local/include \ + --libdir=/usr/local/lib post-configure: @${ECHO} "See the sample.fvwm95rc file in the files directory" |