diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:21:30 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:21:30 +0000 |
commit | 144778247840549e3c9d7d9eae660f084acc55dd (patch) | |
tree | fc37ccabdf2ab7d50994b63c5f662c4145e52956 /graphics/gozer/Makefile | |
parent | Update my entry to reflect that I moved to a new house 672m further south. (diff) |
Update to 0.5
Update Maintainer's email
PR: 34337
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53866
Diffstat (limited to 'graphics/gozer/Makefile')
-rw-r--r-- | graphics/gozer/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gozer/Makefile b/graphics/gozer/Makefile index 63c5fa567bbb..82b5234e1a86 100644 --- a/graphics/gozer/Makefile +++ b/graphics/gozer/Makefile @@ -6,16 +6,17 @@ # PORTNAME= gozer -PORTVERSION= 0.3 +PORTVERSION= 0.5 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ -MAINTAINER= ishmael27@home.com +MAINTAINER= ishmael27x@yahoo.com LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib -GNU_CONFIGURE= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-porbld-freebsd${OSREL} .if defined(NOPORTDOCS) MAKE_ENV= NO_DOC=yes |