diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 00:41:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 00:41:27 +0000 |
commit | 9cd8cf466dde3dd37489a03e0eb222af9f7931ba (patch) | |
tree | 04e311457b1e89a2a98f5bd2983adb65c06d2dbc | |
parent | Mark deprecated with a short lifespan. The only consumers of this (diff) |
add dependency on gtk20 to make it building again.
Noticed by: pav@
Notes
Notes:
svn path=/head/; revision=148543
-rw-r--r-- | games/jfduke3d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/jfduke3d/Makefile b/games/jfduke3d/Makefile index d18afc93bbc3..699f3bde379a 100644 --- a/games/jfduke3d/Makefile +++ b/games/jfduke3d/Makefile @@ -23,6 +23,7 @@ USE_ZIP= yes USE_GMAKE= yes USE_REINPLACE= yes USE_SDL= sdl +USE_GNOME= gtk20 CONFLICTS= duke3d-200[0-9]* WRKSRC= ${WRKDIR}/${PORTNAME}_src_${PORTVERSION} |