Index: head/graphics/xzgv/Makefile =================================================================== --- head/graphics/xzgv/Makefile (revision 86844) +++ head/graphics/xzgv/Makefile (revision 86845) @@ -1,29 +1,36 @@ # New ports collection makefile for: xzgv # Date created: 7 Oct 2000 # Whom: Norio Suzuki # # $FreeBSD$ # PORTNAME= xzgv PORTVERSION= 0.7 CATEGORIES= graphics MASTER_SITES= http://xzgv.browser.org/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/viewers/X MAINTAINER= nosuzuki@postcard.st COMMENT= An image viewer with thumbnail-based file selector for X USE_X_PREFIX= yes USE_GNOME= imlib +USE_REINPLACE= yes USE_GMAKE= yes MAN1= xzgv.1 post-patch: - @${PERL} -pi -e 's|^CC|#CC|g ; \ + @${REINPLACE_CMD} -e 's|^CC|#CC|g ; \ s|^CFLAGS|#CFLAGS|g ; \ s|^PREFIX|#PREFIX|g' ${WRKSRC}/config.mk -.include +.include + +.if defined(WITH_MMX) && (${ARCH} == "i386") +CFLAGS+= -DINTERP_MMX +.endif + +.include Property changes on: head/graphics/xzgv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property