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 /x11/props/Makefile | |
parent | a6f39eef22a5dfb2872698af367c7b8e529771ac (diff) | |
download | FreeBSD-ports-02b3c6dc2ca6775a5f4376b0c44baf92a4002060.zip FreeBSD-ports-02b3c6dc2ca6775a5f4376b0c44baf92a4002060.tar.gz |
Mini portlint.
Diffstat (limited to 'x11/props/Makefile')
-rw-r--r-- | x11/props/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/props/Makefile b/x11/props/Makefile index 7d14871..98173a1 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -3,7 +3,7 @@ # Date created: 3 January 1998 # Whom: jraynard # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/01/04 22:31:25 jraynard Exp $ # DISTNAME= props-1.0 @@ -12,10 +12,9 @@ MASTER_SITES= http://www.freebsd.org/~jraynard/ports/distfiles/ MAINTAINER= jraynard@@freebsd.org -WRKSRC= ${WRKDIR}/props - LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib +WRKSRC= ${WRKDIR}/props USE_IMAKE= yes post-install: |