diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-22 00:49:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-22 00:49:02 +0800 |
commit | b669942c7c077d2e779a777c0984e74afe216994 (patch) | |
tree | 343259ffa4d09694d0a45f5b725329725653162b | |
parent | e22321818b0a36d93342508e201decbd65a4afaf (diff) | |
download | freebsd-ports-gnome-b669942c7c077d2e779a777c0984e74afe216994.tar.gz freebsd-ports-gnome-b669942c7c077d2e779a777c0984e74afe216994.tar.zst freebsd-ports-gnome-b669942c7c077d2e779a777c0984e74afe216994.zip |
remove useless depends on gmake
while here make portlint happy (spaces -> tabs)
PR: ports/156531
Submitted by: bapt@
Approved by: "Rashid N. Achilov" <citycat4 _at_ ngs.ru> (maintainer)
-rw-r--r-- | sysutils/kgtk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/kgtk/Makefile b/sysutils/kgtk/Makefile index 0d7fcfeefb98..b6715c07113c 100644 --- a/sysutils/kgtk/Makefile +++ b/sysutils/kgtk/Makefile @@ -21,11 +21,10 @@ SUB_FILES= pkg-message OPTIONS= UNICODE "System locale is utf-8" off USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 USE_KDEBASE_VER=3 USE_CMAKE= yes -CMAKE_USE_PTHREAD= yes +CMAKE_USE_PTHREAD= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build CMAKE_SOURCE_PATH= .. @@ -63,5 +62,5 @@ post-configure: post-install: @${CAT} ${PKGMESSAGE} - + .include <bsd.port.post.mk> |