diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /games/lincity-ng | |
parent | f0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff) | |
download | freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games/lincity-ng')
-rw-r--r-- | games/lincity-ng/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index 2f2435a41fce..63f60ad061c4 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lincity-ng -# Date created: 25 June 2005 -# Whom: Andrej Zverev -# +# Created by: Andrej Zverev # $FreeBSD$ -# PORTNAME= lincity-ng PORTVERSION= 2.0 @@ -18,6 +14,7 @@ COMMENT= Improved rich city simulation game for X BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs +USES= pkgconfig USE_BZIP2= yes USE_SDL= sdl mixer image ttf gfx USE_GL= yes |