diff options
author | asami <asami@FreeBSD.org> | 1998-01-06 14:22:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-01-06 14:22:37 +0800 |
commit | 02b3c6dc2ca6775a5f4376b0c44baf92a4002060 (patch) | |
tree | d22379f4cc6c31cc61e91211ec179447f144393c /x11 | |
parent | a6f39eef22a5dfb2872698af367c7b8e529771ac (diff) | |
download | freebsd-ports-graphics-02b3c6dc2ca6775a5f4376b0c44baf92a4002060.tar.gz freebsd-ports-graphics-02b3c6dc2ca6775a5f4376b0c44baf92a4002060.tar.zst freebsd-ports-graphics-02b3c6dc2ca6775a5f4376b0c44baf92a4002060.zip |
Mini portlint.
Diffstat (limited to 'x11')
-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 7d148716ac3..98173a1d577 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: |