summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1999-05-10 14:56:04 +0000
committerkuriyama <kuriyama@FreeBSD.org>1999-05-10 14:56:04 +0000
commit1b0f847f9ee0dd18ae4a2f93ffc82c64687c095e (patch)
treeaab69eed33fe5b908fa5f7e48a1a5e5e73d6aaec
parent1f943458c9dd4a2654a39f1de8717662b15d29f0 (diff)
downloadFreeBSD-ports-1b0f847f9ee0dd18ae4a2f93ffc82c64687c095e.zip
FreeBSD-ports-1b0f847f9ee0dd18ae4a2f93ffc82c64687c095e.tar.gz
Unbreak for ELF. (setenv PORTOBJFORMAT at xmkmf)
I think this hack solves mharo's problem... Found by: bento and mharo
-rw-r--r--x11-toolkits/xmhtml/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile
index dfa1a3c..e3053dc 100644
--- a/x11-toolkits/xmhtml/Makefile
+++ b/x11-toolkits/xmhtml/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Feb 1999
# Whom: Peter Hawkins <thepish@freebsd.org>
#
-# $Id: Makefile,v 1.4 1999/04/20 18:51:26 mharo Exp $
+# $Id: Makefile,v 1.5 1999/05/02 08:32:58 mharo Exp $
#
DISTNAME= XmHTML-1.1.0
@@ -20,10 +20,9 @@ MAINTAINER= thepish@freebsd.org
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
-BROKEN= "doesn't support MOTIFLIB"
-
REQUIRES_MOTIF= yes
USE_IMAKE= yes
+XMKMF= PORTOBJFORMAT=${PORTOBJFORMAT} xmkmf -a
EXMP_DIR= ${PREFIX}/share/examples/${DISTNAME}/
DOCS_DIR= ${PREFIX}/share/doc/${DISTNAME}/
OpenPOWER on IntegriCloud