diff options
author | Lars Engels <lme@FreeBSD.org> | 2010-09-07 05:36:08 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2010-09-07 05:36:08 +0000 |
commit | ef33c875bd223e3132ee3b296ca9db461d2cd195 (patch) | |
tree | 254767d192041825049a339f153fc95239802086 /audio/atunes | |
parent | 11b6bbd5be21d4c0b5eeb6e1e1cdb95f611dc68c (diff) | |
download | ports-ef33c875bd223e3132ee3b296ca9db461d2cd195.tar.gz ports-ef33c875bd223e3132ee3b296ca9db461d2cd195.zip |
Notes
Diffstat (limited to 'audio/atunes')
-rw-r--r-- | audio/atunes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/atunes/Makefile b/audio/atunes/Makefile index 74b1ed4ca3be..24defaf327a9 100644 --- a/audio/atunes/Makefile +++ b/audio/atunes/Makefile @@ -7,7 +7,7 @@ PORTNAME= atunes PORTVERSION= 1.13.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION} DISTNAME= aTunes_${PORTVERSION} @@ -65,7 +65,7 @@ DESKTOP_ENTRIES="aTunes" \ "Audio player and manager" \ "${DATADIR}/aTunes.ico" \ "aTunes" \ - "Application;Audio;Player;" \ + "Application;Audio;AudioVideo;Java;" \ false INSTALL_FILES= aTunes.ico aTunes.jar build.properties changelog.txt \ |