diff options
author | andreas <andreas@FreeBSD.org> | 1998-02-22 22:58:36 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-02-22 22:58:36 +0800 |
commit | 8c41ab0b531e78e39003cb7e463eeacb2bc2377a (patch) | |
tree | 47f8ff722a0081a6f161b90e2f54aaf7debadf38 | |
parent | e492c70c635f62d4701d5d491db4b8c614183e72 (diff) | |
download | freebsd-ports-gnome-8c41ab0b531e78e39003cb7e463eeacb2bc2377a.tar.gz freebsd-ports-gnome-8c41ab0b531e78e39003cb7e463eeacb2bc2377a.tar.zst freebsd-ports-gnome-8c41ab0b531e78e39003cb7e463eeacb2bc2377a.zip |
Make FreeBSD package more useable for people without a real Motif
package by linking libXm statically.
I heard from people, that xopps doesn't run well with lesstif.
-rw-r--r-- | deskutils/xopps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/xopps/Makefile b/deskutils/xopps/Makefile index 88db384a6b2d..5be582bea953 100644 --- a/deskutils/xopps/Makefile +++ b/deskutils/xopps/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Ag 1997 # Whom: Pedro Giffuni (orig) # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/07/31 08:18:36 tg Exp $ # DISTNAME= xopps.1.13 @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org ALL_TARGET= USE_X11= yes REQUIRES_MOTIF= yes +MOTIF_STATIC= yes MACH= FreeBSD MAKE_ENV= 'MACH=$(MACH)' |