summaryrefslogtreecommitdiff
path: root/games/xjumpjump
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-03-15 22:21:51 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-03-15 22:21:51 +0000
commit7109ac9f61427dd3e4d5dcbd54643e8284f54091 (patch)
tree5e04a43315a9e868b8865e95fe337b16c38ef2dd /games/xjumpjump
parento Nasty fix to deal with "Why some files are bzip2's ????" (diff)
Unbreak by adding xpm library.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=39901
Diffstat (limited to 'games/xjumpjump')
-rw-r--r--games/xjumpjump/Makefile3
-rw-r--r--games/xjumpjump/files/patch-aa6
2 files changed, 5 insertions, 4 deletions
diff --git a/games/xjumpjump/Makefile b/games/xjumpjump/Makefile
index eb2189d1ce8e..cf465572f77c 100644
--- a/games/xjumpjump/Makefile
+++ b/games/xjumpjump/Makefile
@@ -14,7 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
+LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
+ Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
diff --git a/games/xjumpjump/files/patch-aa b/games/xjumpjump/files/patch-aa
index 6ec68f344099..ab561b1a2eea 100644
--- a/games/xjumpjump/files/patch-aa
+++ b/games/xjumpjump/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Feb 26 15:21:57 1997
-+++ Makefile Thu Apr 23 21:50:56 1998
+--- Makefile.orig Wed Feb 26 21:21:57 1997
++++ Makefile Thu Mar 15 23:12:59 2001
@@ -8,16 +8,16 @@
# Flags that might be overriden by top makefile
#=================================================================
@@ -29,7 +29,7 @@
CFLAGS = $(CCFLAG) $(XINCLUDE)
LDFLAGS = $(LDFLAG)
-LIBS = -lforms $(SYSLIB) $(XLIB)
-+LIBS = -lxforms $(SYSLIB) $(XLIB)
++LIBS = -lforms $(SYSLIB) $(XLIB) -lXpm
#=================================================================