diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-10 06:50:51 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-10 06:50:51 +0800 |
commit | fc05102088e315cf27b9a824d229fa6e95f5262e (patch) | |
tree | 41e13e2e5c84da4e604c25568f9841b57f3162e5 /graphics | |
parent | c76b5183b98f510ffa6b624f4e65b94dbbdd01ce (diff) | |
download | freebsd-ports-gnome-fc05102088e315cf27b9a824d229fa6e95f5262e.tar.gz freebsd-ports-gnome-fc05102088e315cf27b9a824d229fa6e95f5262e.tar.zst freebsd-ports-gnome-fc05102088e315cf27b9a824d229fa6e95f5262e.zip |
Replace BUILD_DEPENDS on Xvfb and a handful of fonts with USE_DISPLAY=yes.
Diffstat (limited to 'graphics')
-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 \ |