diff options
author | simonb <simonb@pkgsrc.org> | 2002-04-29 22:19:46 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2002-04-29 22:19:46 +0000 |
commit | bb14edb55e0d6f4ae7273387386b60644fb390fd (patch) | |
tree | 8ff5e760ea9713f481ebbc7d5f58af8f29fefcf2 /sysutils/rox | |
parent | c939b6cf01f06803cc1dfaa48cccddd142837543 (diff) | |
download | pkgsrc-bb14edb55e0d6f4ae7273387386b60644fb390fd.tar.gz |
Fix incorrect category in a dependancy.
Diffstat (limited to 'sysutils/rox')
-rw-r--r-- | sysutils/rox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile index f7b6f22b561..d51c270c9e2 100644 --- a/sysutils/rox/Makefile +++ b/sysutils/rox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/21 11:28:16 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/29 22:19:46 simonb Exp $ # DISTNAME= rox-1.2.0 @@ -10,7 +10,7 @@ MAINTAINER= rxg@netbsd.org HOMEPAGE= http://rox.sourceforge.net/ COMMENT= RISC OS-like filer for X -DEPENDS+= rox-base>=1.0.2:../../misc/rox-base +DEPENDS+= rox-base>=1.0.2:../../sysutils/rox-base DIST_SUBDIR= rox |