diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-17 09:43:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-17 09:43:20 +0000 |
commit | 959a765d336a21b723f596d5dcd5ecf0a138009b (patch) | |
tree | 875054cd540fe94084cdfc88f11a23e1379ad178 /games | |
parent | 1189afdb2f3fb39659b7542bd7400b2bb3548dc3 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/uclient/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/uclient/Makefile b/games/uclient/Makefile index a7ef5f2bf780..0d2eacbc56fb 100644 --- a/games/uclient/Makefile +++ b/games/uclient/Makefile @@ -22,6 +22,8 @@ DISTFILES= uclient-graphics-0.9.2.tar.gz \ MAINTAINER= lehmann@ans-netz.de +BROKEN= "Does not find automake" + LIB_DEPENDS= uta:${PORTSDIR}/devel/libuta \ sigc.1:${PORTSDIR}/devel/libsigc++ \ xml:${PORTSDIR}/textproc/libxml \ |