summaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2011-10-11 22:55:54 +0000
committerDavid Thiel <lx@FreeBSD.org>2011-10-11 22:55:54 +0000
commitfa2b80231bb193f8756055d399d0650c2e601bf1 (patch)
treeb2716581f4c78d095d87bf6645b416f8f6c06d02 /emulators/open-vm-tools
parent- Depend on graphics/ImageMagick-nox11 if WITHOUT_X11 defined (diff)
Should only be BROKEN if compiled with X11. open-vm-tools-nox11 still builds
cleanly.
Notes
Notes: svn path=/head/; revision=283403
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r--emulators/open-vm-tools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index 8970dd0d6520..6e97d61c0aa2 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -15,13 +15,12 @@ DISTNAME= open-vm-tools-${RELEASE_DATE}-${BUILD_VER}
MAINTAINER= mbr@FreeBSD.org
COMMENT?= Open VMware tools for FreeBSD VMware guests
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RELEASE_DATE= 2010.10.18
BUILD_VER= 313025
-BROKEN= does not compile
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/open-vm-tools-${RELEASE_DATE}-${BUILD_VER}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -51,6 +50,7 @@ USE_XORG= x11 ice sm xext xineramaproto xinerama xrandr xrender \
USE_GNOME= gtk20 glib20
PLIST_SUB+= X11=""
CONFLICTS= open-vm-tools-nox11-[0-9]*
+BROKEN= Does not compile with X11 support
.endif
.if !defined(WITHOUT_FUSE)