summaryrefslogtreecommitdiff
path: root/x11/openmotif
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-02-02 23:10:29 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-02-02 23:10:29 +0000
commit5f58933408ddc7578938c01fc36251bb3f8b1c7e (patch)
tree298cfe2f800c5d420af4233ee8e5ccb32ee4098d /x11/openmotif
parente230b993e03dbc8610e568409b463666b5a8b3b8 (diff)
downloadpkgsrc-5f58933408ddc7578938c01fc36251bb3f8b1c7e.tar.gz
Same libraries were not installed in FreeBSD, so use PLIST_SUBST to
make the precompiled package.
Diffstat (limited to 'x11/openmotif')
-rw-r--r--x11/openmotif/Makefile8
-rw-r--r--x11/openmotif/PLIST8
2 files changed, 11 insertions, 5 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile
index ea711adabc2..109c881297b 100644
--- a/x11/openmotif/Makefile
+++ b/x11/openmotif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/20 12:28:26 agc Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/02 23:10:29 xtraeme Exp $
# FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp
# OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp
@@ -36,6 +36,12 @@ FILES_SUBST+= X11BASE=${X11BASE}
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "FreeBSD"
+PLIST_SUBST+= AVAILABLE="@comment "
+.else
+PLIST_SUBST+= AVAILABLE=
+.endif
+
# We must use GNU make on Linux
.if ${OPSYS} == "Linux"
USE_GNU_TOOLS+= make
diff --git a/x11/openmotif/PLIST b/x11/openmotif/PLIST
index 00b7968dce6..a9f2f1607c6 100644
--- a/x11/openmotif/PLIST
+++ b/x11/openmotif/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/02/23 13:11:24 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/02/02 23:10:29 xtraeme Exp $
bin/mwm
bin/uil
bin/xmbind
@@ -233,15 +233,15 @@ lib/X11/system.mwmrc
lib/libMrm.a
lib/libMrm.so
lib/libMrm.so.2
-lib/libMrm.so.2.1
+${AVAILABLE}lib/libMrm.so.2.1
lib/libUil.a
lib/libUil.so
lib/libUil.so.2
-lib/libUil.so.2.1
+${AVAILABLE}lib/libUil.so.2.1
lib/libXm.a
lib/libXm.so
lib/libXm.so.2
-lib/libXm.so.2.1
+${AVAILABLE}lib/libXm.so.2.1
man/man1/mwm.1
man/man1/uil.1
man/man1/xmbind.1