diff options
author | ats <ats@FreeBSD.org> | 1995-03-11 15:07:14 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-11 15:07:14 +0000 |
commit | 17ba8239bf28016b96dd0de29afab590e49a8d95 (patch) | |
tree | fdf4be6a4bc1fc8e5df20f4ac61e34847d0e1718 /x11-wm | |
parent | c65b33cfa449becb386a3605aeb16af8e8eff5bd (diff) | |
download | FreeBSD-ports-17ba8239bf28016b96dd0de29afab590e49a8d95.zip FreeBSD-ports-17ba8239bf28016b96dd0de29afab590e49a8d95.tar.gz |
fvwm doesn't like a "make depend". So set the XMKMF variable to an
explizit xmkmf.
Diffstat (limited to 'x11-wm')
-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 d319ec8..adc4173 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} |