diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-23 02:28:20 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-23 02:28:20 +0000 |
commit | 3445c6fa950ad24056ccc944ecf23c10211692be (patch) | |
tree | a9c11c438d029616222c8f3fc88fe9e20aba3038 /graphics/mapyrus/Makefile | |
parent | 17ff760342bf239ed82e75d8349360e5a6a12a93 (diff) |
- Fix mapyrus script: removed quotes around the variable JAVA_AWT_HEADLESS,
otherwise mapyrus does not run under X.
- Removed an email address from pkg-descr
PR: ports/103478
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
Notes
Notes:
svn path=/head/; revision=173627
Diffstat (limited to 'graphics/mapyrus/Makefile')
-rw-r--r-- | graphics/mapyrus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/mapyrus/Makefile b/graphics/mapyrus/Makefile index f7d70a7de65b..42ab211c7bdf 100644 --- a/graphics/mapyrus/Makefile +++ b/graphics/mapyrus/Makefile @@ -7,6 +7,7 @@ PORTNAME= mapyrus PORTVERSION= 0.609 +PORTREVISION= 1 CATEGORIES= graphics print java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |