diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-29 15:49:47 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-29 15:49:47 +0000 |
commit | 1a7eb4f9dccbff1cc407ded102651bc906326550 (patch) | |
tree | f9ea9f7f6831ba1bf7a4ac20c22314da901c02a6 /graphics | |
parent | 107ff50220074f82d33e9f3723e121e64dc91b73 (diff) | |
download | freebsd-ports-1a7eb4f9dccbff1cc407ded102651bc906326550.zip |
graphics/openrm requires libXmu.
Reported by: pointyhat via erwin
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openrm/Makefile | 3 |
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} \ |