aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-04-22 00:49:02 +0800
committerbapt <bapt@FreeBSD.org>2011-04-22 00:49:02 +0800
commitb669942c7c077d2e779a777c0984e74afe216994 (patch)
tree343259ffa4d09694d0a45f5b725329725653162b
parente22321818b0a36d93342508e201decbd65a4afaf (diff)
downloadfreebsd-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/Makefile5
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>