diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-13 13:11:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-13 13:11:03 +0000 |
commit | 7a040d91a2836e1d888087740a049a3542a65fd2 (patch) | |
tree | f7cf6980778e0cbe71818b85cd4422bee80f0cd9 /x11-toolkits | |
parent | 8004e17d6ff8dc6b33a5328be0d76739a40d5566 (diff) | |
download | ports-7a040d91a2836e1d888087740a049a3542a65fd2.tar.gz ports-7a040d91a2836e1d888087740a049a3542a65fd2.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/v/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile index e4fa01b5b54e..e65814f2a041 100644 --- a/x11-toolkits/v/Makefile +++ b/x11-toolkits/v/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: v -# Date created: 8 Feb 1998 -# Whom: Donald Burr <dburr@FreeBSD.org> -# +# Created by: Donald Burr <dburr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= v PORTVERSION= 1.90 @@ -14,12 +10,13 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}a-patch${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ GUI development framework for X11 and Microsoft Windows +COMMENT= C++ GUI development framework for X11 and Microsoft Windows WRKSRC= ${WRKDIR}/home/vgui USE_XORG= x11 xt xmu xaw -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes MAKE_ENV= INSTALLDIR=${PREFIX} HOMEV=${WRKSRC} USE_DOS2UNIX= yes |