From owner-cvs-ports Thu Aug 8 17:39:22 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA27961 for cvs-ports-outgoing; Thu, 8 Aug 1996 17:39:22 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA27943; Thu, 8 Aug 1996 17:39:07 -0700 (PDT) Date: Thu, 8 Aug 1996 17:39:07 -0700 (PDT) From: Satoshi Asami Message-Id: <199608090039.RAA27943@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/editors/asedit Makefile ports/editors/asedit/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/08/08 17:39:07 Modified: editors/asedit Makefile editors/asedit/patches patch-aa Log: Convert this port to properly utilize the Motif ports framework, as described in the handbook. (1) Define REQUIRES_MOTIF in the Makefile. (2) Use ${MOTIFLIB} in place of -lXm, this makes it possible to link it statically as well as dynamically. Revision Changes Path 1.3 +4 -4 ports/editors/asedit/Makefile 1.2 +1 -1 ports/editors/asedit/patches/patch-aa