diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /print/bibcard/Makefile | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'print/bibcard/Makefile')
-rw-r--r-- | print/bibcard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/bibcard/Makefile b/print/bibcard/Makefile index 4955c2d..c0e7b8c 100644 --- a/print/bibcard/Makefile +++ b/print/bibcard/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.3 1997/04/15 04:58:06 obrien Exp $ +# $Id: Makefile,v 1.4 1997/04/16 03:13:15 asami Exp $ # DISTNAME= bibcard.6.4 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@NUXI.com -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11-toolkits/xview-lib NO_WRKSUBDIR= yes USE_IMAKE= yes |