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 /graphics/diacanvas2 | |
parent | d733982cbcc6f843c2fff1e6a91c895458cbd585 (diff) |
Notes
Diffstat (limited to 'graphics/diacanvas2')
-rw-r--r-- | graphics/diacanvas2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile index 48bd91b4a2be..e8a7503f7596 100644 --- a/graphics/diacanvas2/Makefile +++ b/graphics/diacanvas2/Makefile @@ -23,10 +23,7 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -.if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ - ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} -.endif +USE_DISPLAY= yes post-patch: @${REINPLACE_CMD} -e \ |