diff options
author | arved <arved@FreeBSD.org> | 2011-07-15 00:08:14 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-07-15 00:08:14 +0800 |
commit | 69c02d8150e5d5a434cf02d345583a0f9679ac84 (patch) | |
tree | 791a4ad906eb18ba49e34f500c61e20c47fe554f | |
parent | 9e57f06850121198e478693481b3c8b9226e0082 (diff) | |
download | freebsd-ports-gnome-69c02d8150e5d5a434cf02d345583a0f9679ac84.tar.gz freebsd-ports-gnome-69c02d8150e5d5a434cf02d345583a0f9679ac84.tar.zst freebsd-ports-gnome-69c02d8150e5d5a434cf02d345583a0f9679ac84.zip |
Fix build with clang
PR: 158429
Submitted by: Niclas Zeising
-rw-r--r-- | games/lincity/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index f4ebb94a48e4..bebe8ac242e2 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= SF/${PORTNAME}/Lincity%20Development%20Source/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Rich city simulation game for X +USE_CSTD= c89 + LIB_DEPENDS= png:${PORTSDIR}/graphics/png USE_GMAKE= yes |