aboutsummaryrefslogtreecommitdiffstats
path: root/games/xboing
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-03-31 06:28:45 +0800
committerats <ats@FreeBSD.org>1995-03-31 06:28:45 +0800
commitd34f9d4958d7a5461fd5338a63b8f7fe997e6671 (patch)
tree8691c6e778b6992bd4fbe0df6bf5b7d87b26da45 /games/xboing
parentf815ea2bbda78a3eeba8a1c05cb4f07eecf1729c (diff)
downloadfreebsd-ports-gnome-d34f9d4958d7a5461fd5338a63b8f7fe997e6671.tar.gz
freebsd-ports-gnome-d34f9d4958d7a5461fd5338a63b8f7fe997e6671.tar.zst
freebsd-ports-gnome-d34f9d4958d7a5461fd5338a63b8f7fe997e6671.zip
Add a LIB_DEPENDS line in the makefile. xboing depends on the xpm library.
Diffstat (limited to 'games/xboing')
-rw-r--r--games/xboing/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile
index 6174eefade01..66c45881c9e6 100644
--- a/games/xboing/Makefile
+++ b/games/xboing/Makefile
@@ -8,5 +8,6 @@ DISTNAME= xboing2.2
EXTRACT_SUFX= .tar.gz
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
.include <bsd.port.mk>