diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-11-15 03:17:17 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-11-15 03:17:17 +0000 |
commit | f29d81c144198d73be3e27797bb69d746406196c (patch) | |
tree | b1f9821c0c0d8ab1488851b19accf2e8e4514d5c /net-p2p/vuze/Makefile | |
parent | While I'm fixing cups stuff, update these instructions. There was a typo (diff) |
Fix a GUI display error by telling the application the operating system it is
run on.
PR: 73854
Submitted by: maintainer
Diffstat (limited to 'net-p2p/vuze/Makefile')
-rw-r--r-- | net-p2p/vuze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index f09ec81f7e9a..6c8300618101 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -7,7 +7,7 @@ PORTNAME= azureus PORTVERSION= 2.1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |