diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:42:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:42:45 +0000 |
commit | 2d1e78c69d7ab87dc0ea6851ec0f88f35d986069 (patch) | |
tree | cacc446f444a366cd30a5b0476fbbee03d54eee1 /sysutils/gkrelltop | |
parent | bb1e2d4d90ad7e25dc83a3238e67387bbcc6d15d (diff) |
Notes
Diffstat (limited to 'sysutils/gkrelltop')
-rw-r--r-- | sysutils/gkrelltop/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/gkrelltop/Makefile b/sysutils/gkrelltop/Makefile index 84fe7ee95c8f..b8e63b609d1f 100644 --- a/sysutils/gkrelltop/Makefile +++ b/sysutils/gkrelltop/Makefile @@ -26,9 +26,6 @@ MAKE_ARGS= CC="${CC} ${CFLAGS} $$(pkg-config gtk+-2.0 --cflags)" \ CFLAGS+= -fPIC -DFREEBSD -DGKRELLM2 PLIST_FILES= libexec/gkrellm2/plugins-gkrellmd/gkrelltopd.so -PLIST_DIRS= libexec/gkrellm2/plugins-gkrellmd \ - libexec/gkrellm2/plugins \ - libexec/gkrellm2 .if defined(GKRELLM_SERVER_ONLY) ALL_TARGET= server |