summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-06-03 16:28:06 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-06-03 16:28:06 +0000
commit0d066f76f2b8a647920fb60e674a9042259dffd2 (patch)
tree9692afaa3c7a4c70059a39641c60be6def0e8b50 /games
parentUpdate to 4.3.7 release. (diff)
Fix compilation on -STABLE, reset MAINTAINER.
Approved by: arved (former maintainer)
Notes
Notes: svn path=/head/; revision=110783
Diffstat (limited to 'games')
-rw-r--r--games/kfreerings/Makefile2
-rw-r--r--games/kfreerings/files/patch-src_Makefile.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/games/kfreerings/Makefile b/games/kfreerings/Makefile
index aabcc5854854..8e1bd83c2f50 100644
--- a/games/kfreerings/Makefile
+++ b/games/kfreerings/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kfreerings
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
-MAINTAINER= arved@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A small puzzle game
LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3
diff --git a/games/kfreerings/files/patch-src_Makefile.in b/games/kfreerings/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..2d3e734b6136
--- /dev/null
+++ b/games/kfreerings/files/patch-src_Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Thu Jun 3 00:19:54 2004
++++ src/Makefile.in Thu Jun 3 00:20:42 2004
+@@ -275,7 +275,7 @@
+ # the application source, library search path, and link libraries
+ kfreerings_SOURCES = main.cpp kfreerings.cpp kfbutton.cpp kfrmain.cpp kfconfiguration.cpp kfdialog.cpp kfreeringsrc kfgame.cpp kflevel.cpp kfhighscore.cpp kfbuttongroup.cpp
+ kfreerings_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+-kfreerings_LDADD = -lkdegames $(LIB_KFILE) $(LIB_KDEUI)
++kfreerings_LDADD = -lkdegames $(LIB_KFILE) $(LIB_KDEUI) $(LIBPTHREAD)
+
+ # this is where the desktop file will go
+ shelldesktopdir = $(kde_appsdir)/Utilities