diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:50:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:50:21 +0000 |
commit | 14d01e3e90df790832b93dbd69adcc589d88cdaa (patch) | |
tree | 13a4099154c016d7a6fa1231f0945884771f424f /games/gnurobots | |
parent | a2e204f7095d3d7e59283c1ede1c33e782e832cd (diff) |
Notes
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 |