summaryrefslogtreecommitdiff
path: root/games/xboing
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-03-30 22:28:45 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-03-30 22:28:45 +0000
commitde05f2ae6c4bbf545bf02f70659014ae70103084 (patch)
treeabcf1929828c12f918d41c3c2217f5bd5b4009fb /games/xboing
parentMove pgp into alphabetical order (diff)
Add a LIB_DEPENDS line in the makefile. xboing depends on the xpm library.
Notes
Notes: svn path=/head/; revision=1255
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>