diff options
author | flz <flz@FreeBSD.org> | 2009-01-29 23:49:47 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-01-29 23:49:47 +0800 |
commit | 755193357f1f471c3c7e327508f51d5302fa139a (patch) | |
tree | 0286d3e58a7efe9a4eb316bf2c02d62680f95fc9 /graphics | |
parent | 8a9c3deada09352cfa61448e892cbad37f79e6d9 (diff) | |
download | freebsd-ports-gnome-755193357f1f471c3c7e327508f51d5302fa139a.tar.gz freebsd-ports-gnome-755193357f1f471c3c7e327508f51d5302fa139a.tar.zst freebsd-ports-gnome-755193357f1f471c3c7e327508f51d5302fa139a.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} \ |