diff options
Diffstat (limited to 'games/gnurobots')
-rw-r--r-- | games/gnurobots/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index b46e02cf64fe..85c6d5699c6f 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnurobots -# Date created: 22 Sept 2000 -# Whom: Aaron VonderHaar <avh4@usa.net> -# +# Created by: Aaron VonderHaar <avh4@usa.net> # $FreeBSD$ -# PORTNAME= gnurobots PORTVERSION= 1.2.0 @@ -16,6 +12,7 @@ COMMENT= GNU diversion wherein Scheme-coded robots explore a world LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +USES= pkgconfig USE_GNOME= vte GNU_CONFIGURE= yes |