summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2009-01-29 15:49:47 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2009-01-29 15:49:47 +0000
commit1a7eb4f9dccbff1cc407ded102651bc906326550 (patch)
treef9ea9f7f6831ba1bf7a4ac20c22314da901c02a6 /graphics
parentTake a crack at resolving the mouse blocking issues. (diff)
graphics/openrm requires libXmu.
Reported by: pointyhat via erwin
Notes
Notes: svn path=/head/; revision=227093
Diffstat (limited to 'graphics')
-rw-r--r--graphics/openrm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile
index 634d50c6655f..b127224e3191 100644
--- a/graphics/openrm/Makefile
+++ b/graphics/openrm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openrm
PORTVERSION= 1.6.0
-PORTREVISION= 2
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-devel-${PORTVERSION}-1
@@ -28,6 +28,7 @@ EXTRA_PATCHES= ${PATCHDIR}/makeinclude.diff
.endif
USE_GL= glu
+USE_XORG= xmu
USE_PERL5_BUILD=yes
ALL_TARGET= freebsd docs
MAKE_ARGS= AR=${AR} \