diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-11 15:07:14 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-11 15:07:14 +0000 |
commit | 91f63cbcef6eca7346da6991a44b2ea708a515b6 (patch) | |
tree | d44e0c6ded3639c65100fd5198c61e7dc2fd0e10 /x11-wm/fvwm | |
parent | 56b712ffb37da78f16f4c9fd6db35e88805599f7 (diff) | |
download | ports-91f63cbcef6eca7346da6991a44b2ea708a515b6.tar.gz ports-91f63cbcef6eca7346da6991a44b2ea708a515b6.zip |
fvwm doesn't like a "make depend". So set the XMKMF variable to an
explizit xmkmf.
Notes
Notes:
svn path=/head/; revision=1123
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index d319ec8454d3..adc4173b12f0 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.11 1995/01/13 13:17:41 jkh Exp $ +# $Id: Makefile,v 1.12 1995/02/11 13:51:22 asami Exp $ # DISTNAME= fvwm @@ -12,6 +12,7 @@ DISTFILES= fvwm-core.tar.gz fvwm-modules.tar.gz \ fvwm-icons.tar.gz MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/ USE_IMAKE= yes +XMKMF= xmkmf LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ -r ${PKGDIR}/REQUIRES -p ${PREFIX} |