diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-30 22:28:45 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-30 22:28:45 +0000 |
commit | de05f2ae6c4bbf545bf02f70659014ae70103084 (patch) | |
tree | abcf1929828c12f918d41c3c2217f5bd5b4009fb /games/xboing | |
parent | Move pgp into alphabetical order (diff) |
Add a LIB_DEPENDS line in the makefile. xboing depends on the xpm library.
Diffstat (limited to 'games/xboing')
-rw-r--r-- | games/xboing/Makefile | 1 |
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> |