diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-17 04:19:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-17 04:19:05 +0000 |
commit | 76a0643eb73344376020e133ca7915d79a02e369 (patch) | |
tree | f4ad2aee4fb9b5014c0d96a324e24a49b3d240a9 /net/pppload | |
parent | Just-cant-get-this-one-right by: obrien (diff) |
Forgot to remove BROKEN with last commit.
Notes
Notes:
svn path=/head/; revision=9769
Diffstat (limited to 'net/pppload')
-rw-r--r-- | net/pppload/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pppload/Makefile b/net/pppload/Makefile index 3481c609182b..a9a3050402b3 100644 --- a/net/pppload/Makefile +++ b/net/pppload/Makefile @@ -3,7 +3,7 @@ # Date created: 30 January 1998 # Whom: Sean Cole <scole@aracnet.com> # -# $Id: Makefile,v 1.2 1998/02/16 09:10:52 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1998/02/16 15:25:04 steve Exp $ # DISTNAME= pppload-1.0 @@ -17,7 +17,6 @@ LIB_DEPENDS= qt:${PORTSDIR}/x11/qt MAN1= pppload.1 -BROKEN= install USE_GMAKE= yes .include <bsd.port.mk> |