diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
commit | 932db7c46c9a269808dfa67ea02746b350c194d8 (patch) | |
tree | 5182ef394eeef9bff78abf27f4a3a05f7fb8ff43 /graphics/vcg | |
parent | b9b5e71f19dfde1a969d42e0660cc786432b3500 (diff) |
Notes
Diffstat (limited to 'graphics/vcg')
-rw-r--r-- | graphics/vcg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile index 10a5e6876019..2365951aea18 100644 --- a/graphics/vcg/Makefile +++ b/graphics/vcg/Makefile @@ -13,14 +13,13 @@ DISTNAME= ${PORTNAME}.20050204 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A Visualization Tool for compiler graphs +COMMENT= Visualization Tool for compiler graphs LICENSE= GPLv2 # (or later) -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake - WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} +USES= imake:env USE_XORG= x11 xext MAKE_JOBS_UNSAFE= yes |