diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-21 16:49:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-21 16:49:02 +0000 |
commit | b447cae3c558db75b2ea68f87070bb0e0b25b01e (patch) | |
tree | 4c82ff4658202ffb2355a2df44d66cd0c2608b33 /sysutils/kgtk | |
parent | 294d2f641c735efa841387d9acb1b0559880ef46 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=273001
Diffstat (limited to 'sysutils/kgtk')
-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> |