Index: head/sysutils/gkrellfire/Makefile =================================================================== --- head/sysutils/gkrellfire/Makefile (revision 114676) +++ head/sysutils/gkrellfire/Makefile (revision 114677) @@ -1,33 +1,33 @@ # New ports collection makefile for: gkrellfire # Date created: 2004-07-16 # Whom: Roman Bogorodskiy # # $FreeBSD$ # PORTNAME= gkrellfire PORTVERSION= 0.3.0 CATEGORIES= sysutils MASTER_SITES= http://people.freenet.de/thomas-steinke/ EXTRACT_SUFX= .tgz MAINTAINER= bogorodskiy@inbox.ru COMMENT= Gkrellm2 plugin which shows the system load as a flame BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}-${PORTVERSION}.so USE_X_PREFIX= yes USE_REINPLACE= yes post-extract: - @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/build + @${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|g' ${WRKSRC}/build do-build: @cd ${WRKSRC} && ./build do-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.so ${PREFIX}/libexec/gkrellm2/plugins/ .include Property changes on: head/sysutils/gkrellfire/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property