aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-01-24 17:02:08 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-01-24 17:02:08 +0000
commitc0b4d2bf29c46c3d017d3ea2a234fe6d4ff7ea66 (patch)
treeb8369ad2c4b8dbef7c9db1dcfad6c9dc26b36c59 /graphics
parent78219cd9c70dde2545ddd7c4354fabb7a6c4e8a0 (diff)
downloadports-c0b4d2bf29c46c3d017d3ea2a234fe6d4ff7ea66.tar.gz
ports-c0b4d2bf29c46c3d017d3ea2a234fe6d4ff7ea66.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 2a89d9fac07c..3d274a3ccef3 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -136,7 +136,7 @@ CONFIGURE_ARGS+= --with-iconvincludedir=${LOCALBASE}/include
.endif
.if !defined(WITHOUT_XPM) || exists(${LOCALBASE}/lib/libXpm.so)
-USE_XORG+= xaw8 xpm xmu xt sm ice xext x11 xau xdmcp xp
+USE_XORG+= xaw xpm xmu xt sm ice xext x11 xau xdmcp xp
MAN1+= lefty.1
PLIST_SUB+= WITH_XPM=""
.else