diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-07 23:03:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-07 23:03:12 +0000 |
commit | cc27f63556a7861245cf4e44357bd1c194879b10 (patch) | |
tree | b6680e968fa0ce8ffab8f44a0ea5e363cad1422f /games/senken | |
parent | 37cf9a7ce363733cfb78661c70c68c9fe1b0885b (diff) | |
download | ports-cc27f63556a7861245cf4e44357bd1c194879b10.tar.gz ports-cc27f63556a7861245cf4e44357bd1c194879b10.zip |
Notes
Diffstat (limited to 'games/senken')
-rw-r--r-- | games/senken/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/senken/Makefile b/games/senken/Makefile index 149923f75403..2bbf7487101d 100644 --- a/games/senken/Makefile +++ b/games/senken/Makefile @@ -9,12 +9,13 @@ MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org -COMMENT= A city simulation game +COMMENT= City simulation game USES= pkgconfig USE_GNOME= gtk20 USE_SDL= image sdl GNU_CONFIGURE= yes +LDFLAGS+= -lm NO_STAGE= yes post-patch: |