summaryrefslogtreecommitdiff
path: root/graphics/openrm/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-29 03:46:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-29 03:46:43 +0000
commit4a0b2c1ef0e284aa3bda87c2a2e56c149063bd13 (patch)
treee9fcecec7a665b563e0b8a6a32226dc7deb947cd /graphics/openrm/Makefile
parent[Maintainer-Update]: misc/lingoteach (diff)
Update port: graphics/openrm bento fix and 1.4.2 -> 1.4.3
1. Fixed bento error (was not buildable on alpha) 2. Updating 1.4.2 -> 1.4.3 3. Removed RM_INSTALL=${X11BASE} from port makefile, because it was forcing OpenRM makefiles to install things even during port build phase. 4. Fixed calls to pthread_setconcurrency in demo programs. Now they all are buildable. PR: ports/51267 Submitted by: Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr>
Notes
Notes: svn path=/head/; revision=79837
Diffstat (limited to 'graphics/openrm/Makefile')
-rw-r--r--graphics/openrm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile
index c23879252039..6f592d836f4b 100644
--- a/graphics/openrm/Makefile
+++ b/graphics/openrm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openrm
-PORTVERSION= 1.4.2
+PORTVERSION= 1.4.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,7 +25,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
WRKSRC= ${WRKDIR}/rm${PORTVERSION:S/.//g}
.ifdef (WITH_DEMOS)
WRKSRC2= ${WRKDIR}/rmdemo
-EXTRA_PATCHES= ${PATCHDIR}/makeinclude.diff
+EXTRA_PATCHES= ${PATCHDIR}/makeinclude.diff ${PATCHDIR}/rm2screen.c.diff
.endif
USE_X_PREFIX= yes
@@ -33,7 +33,7 @@ USE_MESA= yes
USE_REINPLACE= yes
ALL_TARGET= linux docs
INSTALLS_SHLIB= yes
-MAKE_ENV= RM_INSTALL=${X11BASE}
+ONLY_FOR_ARCHS= i386
.if !defined(WITH_DEMOS)
PLIST_SUB= WITH_DEMOS="@comment "