diff options
author | will <will@FreeBSD.org> | 2000-05-29 09:14:50 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-29 09:14:50 +0800 |
commit | 18084317c1a33a52c0ba85b6b7ef8e284ffd98bc (patch) | |
tree | 63fb44839cb81aaddd40cbb9c5f5969368237506 | |
parent | a059d99cde06e335b1077be607968fc72e1590d1 (diff) | |
download | freebsd-ports-gnome-18084317c1a33a52c0ba85b6b7ef8e284ffd98bc.tar.gz freebsd-ports-gnome-18084317c1a33a52c0ba85b6b7ef8e284ffd98bc.tar.zst freebsd-ports-gnome-18084317c1a33a52c0ba85b6b7ef8e284ffd98bc.zip |
Add missing LIB_DEPENDS to unbreak this port.
Found by: bento
-rw-r--r-- | games/battleball/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index f6d92e7b75ba..257872335e49 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src MAINTAINER= will@FreeBSD.org +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 + USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/battleball-2.1-src |