diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-07 07:05:31 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-07 07:05:31 +0000 |
commit | 3b933cea053139f95d0b9b888c53064a833fc46c (patch) | |
tree | ac63c35482420ca42ae767f46a6562dad51ebb08 /x11-wm/alloywm | |
parent | Update to 8.4.a4 (diff) |
Add dependency on gmake, found in bento log.
Notes
Notes:
svn path=/head/; revision=55670
Diffstat (limited to 'x11-wm/alloywm')
-rw-r--r-- | x11-wm/alloywm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/alloywm/Makefile b/x11-wm/alloywm/Makefile index ff123faa6805..0a2fa0a178bd 100644 --- a/x11-wm/alloywm/Makefile +++ b/x11-wm/alloywm/Makefile @@ -14,6 +14,7 @@ MAINTAINER= trevor@FreeBSD.org HAS_CONFIGURE= yes PLIST= ${WRKDIR}/pkg-plist +USE_GMAKE= yes USE_X_PREFIX= yes WANT_GTK= yes SCRIPTS= ${WRKSRC}/scriptdir |