diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-12 13:31:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-12 13:31:02 +0800 |
commit | 0420395403a1aedacc2c42e9e94ef0bb9aae8f7e (patch) | |
tree | a7ad52d2c73577a0bfdb1effcbed723ffd14b83c /x11-toolkits | |
parent | ed984ecb0f394f30f1afbacc16d477ef11cb5c89 (diff) | |
download | freebsd-ports-gnome-0420395403a1aedacc2c42e9e94ef0bb9aae8f7e.tar.gz freebsd-ports-gnome-0420395403a1aedacc2c42e9e94ef0bb9aae8f7e.tar.zst freebsd-ports-gnome-0420395403a1aedacc2c42e9e94ef0bb9aae8f7e.zip |
Inform people they should set HAVE_MOTIF to 'yes' if they expect lesstif
to be seen by other ports.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/lesstif/pkg-message | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index cd0c26d27234..bd365581e788 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -3,7 +3,7 @@ # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $Id: Makefile,v 1.28 1998/12/01 09:35:13 obrien Exp $ +# $Id: Makefile,v 1.29 1999/01/16 10:17:27 dirk Exp $ # DISTNAME= lesstif-0.87.1 @@ -82,6 +82,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \ ${PREFIX}/lib/X11/app-defaults/Mwm ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/x11-toolkits/lesstif/pkg-message b/x11-toolkits/lesstif/pkg-message new file mode 100644 index 000000000000..81471bb339f2 --- /dev/null +++ b/x11-toolkits/lesstif/pkg-message @@ -0,0 +1,3 @@ + +Make sure to set HAVE_MOTIF=yes in /etc/make.conf + |