diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-01 16:46:15 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-01 16:46:15 +0000 |
commit | 9a4df0c59a4970b3a35fa36dc11d33f19a6cdd70 (patch) | |
tree | ab980b473d474a7fdb2b8dc884acd934aa4c9dff /x11-wm/fvwm95-i18n/Makefile | |
parent | Add enable-break-long-lines per RFC1522 (diff) |
Removed unneeded @cwd in PLIST after using USE_X11.
But this change made it necessary to choose absolute path names,
since a /usr/X11R6/lib/librplay.a doesn't exists.
Even CONFIGURE_ARGS need absolute path names now, otherwise
modules/FvwmAudio doesn't compile.
But now packaging works, thanks Andrey.
Diffstat (limited to 'x11-wm/fvwm95-i18n/Makefile')
-rw-r--r-- | x11-wm/fvwm95-i18n/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/fvwm95-i18n/Makefile b/x11-wm/fvwm95-i18n/Makefile index bf8eac9cf75c..611aca7bb919 100644 --- a/x11-wm/fvwm95-i18n/Makefile +++ b/x11-wm/fvwm95-i18n/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" |