diff options
author | asami <asami@FreeBSD.org> | 1996-10-24 19:18:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-24 19:18:40 +0800 |
commit | 3106c9dda5abd15616373426ea6d91edcc5df645 (patch) | |
tree | ef634586985928a28b0355f63e6c6bbb11dcd508 | |
parent | cd1dca7d9ad38fb5c9c689cedc3bf8d4ef83051b (diff) | |
download | freebsd-ports-gnome-3106c9dda5abd15616373426ea6d91edcc5df645.tar.gz freebsd-ports-gnome-3106c9dda5abd15616373426ea6d91edcc5df645.tar.zst freebsd-ports-gnome-3106c9dda5abd15616373426ea6d91edcc5df645.zip |
Gah! Data::Flow is in devel/, not perl5/!
-rw-r--r-- | devel/p5-C-Scan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-C-Scan/Makefile b/devel/p5-C-Scan/Makefile index ed894074c42f..e06e2bde0aea 100644 --- a/devel/p5-C-Scan/Makefile +++ b/devel/p5-C-Scan/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/10/24 09:57:55 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/10/24 10:58:01 asami Exp $ # DISTNAME= C-Scan-0.3 @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/C/ \ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/lib/perl5/site_perl/Data/Flow.pm:${PORTSDIR}/perl5/p5-Data-Flow + ${PREFIX}/lib/perl5/site_perl/Data/Flow.pm:${PORTSDIR}/devel/p5-Data-Flow RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 do-configure: |