diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-10 21:31:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-10 21:31:33 +0000 |
commit | f25ddab47a4a0d4007e071adf6675161a80ba08e (patch) | |
tree | 64d1dd939e0e8960c2c5620ed1e135ca08c1fd33 /sysutils/gkrellfire | |
parent | 31d132c3dffed8b7610443ae2a0d49b9bb4151e3 (diff) |
Notes
Diffstat (limited to 'sysutils/gkrellfire')
-rw-r--r-- | sysutils/gkrellfire/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/gkrellfire/Makefile b/sysutils/gkrellfire/Makefile index d500a991f8c2..235fd0c52f2b 100644 --- a/sysutils/gkrellfire/Makefile +++ b/sysutils/gkrellfire/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellfire -# Date created: 2004-07-16 -# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru> -# +# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru> # $FreeBSD$ -# PORTNAME= gkrellfire PORTVERSION= 0.4.2 @@ -21,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkre RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}.so -USE_GMAKE= yes +USES= gmake pkgconfig MAKE_ARGS= CC="${CC}" do-install: |