diff options
author | steve <steve@FreeBSD.org> | 2001-06-18 02:21:28 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-06-18 02:21:28 +0800 |
commit | d7e164231290fcd49888128b1bfe5f89ff7c85b4 (patch) | |
tree | d88dcdd057edb9987a1cf78d359063d2ba917f3f /graphics/xzgv/Makefile | |
parent | 98dbae370e88981ade48bd15f645549c8bd9499d (diff) | |
download | freebsd-ports-gnome-d7e164231290fcd49888128b1bfe5f89ff7c85b4.tar.gz freebsd-ports-gnome-d7e164231290fcd49888128b1bfe5f89ff7c85b4.tar.zst freebsd-ports-gnome-d7e164231290fcd49888128b1bfe5f89ff7c85b4.zip |
Update to version 0.7.
PR: 28053
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/xzgv/Makefile')
-rw-r--r-- | graphics/xzgv/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index ff6ce81ca295..0f45747a6d10 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -6,22 +6,23 @@ # PORTNAME= xzgv -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= graphics MASTER_SITES= http://xzgv.browser.org/ \ - ${MASTER_SITE_SUNSITE} + ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/viewers/X MAINTAINER= nosuzuki@e-mail.ne.jp -USE_GMAKE= yes -USE_IMLIB= yes USE_X_PREFIX= yes +USE_IMLIB= yes +USE_GMAKE= yes MAN1= xzgv.1 post-patch: - @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/config.mk - + @${PERL} -pi -e 's|^CC|#CC|g ; \ + s|^CFLAGS|#CFLAGS|g ; \ + s|^PREFIX|#PREFIX|g' ${WRKSRC}/config.mk .include <bsd.port.mk> |