diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-30 21:57:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-30 21:57:57 +0800 |
commit | c2fc69ac9d9e37668c46691e55d552056c3568ae (patch) | |
tree | a5a476a7a693e411f6494c18d743ae59650ff848 | |
parent | ca7e92ced23e8b5bd25352271addb90a526c88d1 (diff) | |
download | freebsd-ports-graphics-c2fc69ac9d9e37668c46691e55d552056c3568ae.tar.gz freebsd-ports-graphics-c2fc69ac9d9e37668c46691e55d552056c3568ae.tar.zst freebsd-ports-graphics-c2fc69ac9d9e37668c46691e55d552056c3568ae.zip |
Fix xmms port location
Prompted by: kris
-rw-r--r-- | misc/instant-workstation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile index b1a99dc92dc..721069007f3 100644 --- a/misc/instant-workstation/Makefile +++ b/misc/instant-workstation/Makefile @@ -32,7 +32,7 @@ RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread4 \ mozilla:${PORTSDIR}/www/mozilla \ ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ xtset:${PORTSDIR}/x11/xtset \ - xmms:${PORTSDIR}/audio/xmms \ + xmms:${PORTSDIR}/multimedia/xmms \ xv:${PORTSDIR}/graphics/xv NO_WRKSUBDIR= YES |