Add a LIB_DEPENDS line in the makefile. xboing depends on the xpm library.

This commit is contained in:
Andreas Schulz 1995-03-30 22:28:45 +00:00
parent c29ccaf9fb
commit de05f2ae6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1255

View File

@ -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>