diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 16:37:35 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 16:37:35 +0000 |
commit | bdbf1030b2f358d66f779dab3f34eb0fc95a8dd9 (patch) | |
tree | 734c691425384bf25023dd6953d0107f8afa963d /www/plugger | |
parent | 325ced949d61b94b3f9aec6a1b2a28e989c44271 (diff) | |
download | ports-bdbf1030b2f358d66f779dab3f34eb0fc95a8dd9.tar.gz ports-bdbf1030b2f358d66f779dab3f34eb0fc95a8dd9.zip |
Notes
Diffstat (limited to 'www/plugger')
-rw-r--r-- | www/plugger/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/plugger/Makefile b/www/plugger/Makefile index 6815b05249cf..97b3520247ce 100644 --- a/www/plugger/Makefile +++ b/www/plugger/Makefile @@ -8,7 +8,7 @@ PORTNAME= plugger PORTVERSION= 4.0 PORTREVISION= 2 -CATEGORIES= www audio graphics +CATEGORIES= www audio graphics multimedia MASTER_SITES= http://fredrik.hubbe.net/plugger/ \ ${MASTER_SITE_NETSCAPE} MASTER_SITE_SUBDIR= sdk/plugin/unix @@ -50,7 +50,7 @@ WITH_GNOME2 = yes .endif .if defined(WITH_MPLAYER) -RUN_DEPENDS+= ${LOCALBASE}/bin/mplayer:${PORTSDIR}/graphics/mplayer +RUN_DEPENDS+= ${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer .endif .if defined(WITH_MTV) |