diff options
author | asami <asami@FreeBSD.org> | 1998-01-06 06:22:37 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-01-06 06:22:37 +0000 |
commit | 02b3c6dc2ca6775a5f4376b0c44baf92a4002060 (patch) | |
tree | d22379f4cc6c31cc61e91211ec179447f144393c /editors | |
parent | a6f39eef22a5dfb2872698af367c7b8e529771ac (diff) | |
download | FreeBSD-ports-02b3c6dc2ca6775a5f4376b0c44baf92a4002060.zip FreeBSD-ports-02b3c6dc2ca6775a5f4376b0c44baf92a4002060.tar.gz |
Mini portlint.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/textedit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index 6cfc8ee..db106ce 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -3,7 +3,7 @@ # Date created: 3 January 1998 # Whom: jraynard # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/01/04 22:33:30 jraynard Exp $ # DISTNAME= textedit-1.0 @@ -12,10 +12,9 @@ MASTER_SITES= http://www.freebsd.org/~jraynard/ports/distfiles/ MAINTAINER= jraynard@@freebsd.org -WRKSRC= ${WRKDIR}/textedit - LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib +WRKSRC= ${WRKDIR}/textedit USE_IMAKE= yes .include <bsd.port.mk> |