diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 22:50:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 22:50:51 +0000 |
commit | e548426d97ef5f64cd84abbe6155e6cb1bf60257 (patch) | |
tree | bfde4e12e91c69c003726408ba5c58379e89420b /devel/gaphor/Makefile | |
parent | d733982cbcc6f843c2fff1e6a91c895458cbd585 (diff) |
Replace BUILD_DEPENDS on Xvfb and a handful of fonts with USE_DISPLAY=yes.
Notes
Notes:
svn path=/head/; revision=199221
Diffstat (limited to 'devel/gaphor/Makefile')
-rw-r--r-- | devel/gaphor/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/gaphor/Makefile b/devel/gaphor/Makefile index 78f6db471175..de230cd02211 100644 --- a/devel/gaphor/Makefile +++ b/devel/gaphor/Makefile @@ -16,15 +16,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= UML modeling environment written in Python -.if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} -.endif - CONFLICTS= zope-3* USE_GNOME= pygnome2 USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes USE_GETTEXT= yes +USE_DISPLAY= yes .include <bsd.port.mk> |