diff options
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 |