diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-17 22:18:41 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-17 22:18:41 +0000 |
commit | ef406210d96a60115209b647dba499243030540d (patch) | |
tree | d44e333ddff8b8421eed3f72a54e82358940a835 /games/utserver-asu | |
parent | o SDL library is required by the ucc binary used during build time (diff) |
add missing unzip RUN_DEPENDS
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=48894
Diffstat (limited to 'games/utserver-asu')
-rw-r--r-- | games/utserver-asu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/utserver-asu/Makefile b/games/utserver-asu/Makefile index 6c6314000a1e..b6d27b84a7aa 100644 --- a/games/utserver-asu/Makefile +++ b/games/utserver-asu/Makefile @@ -12,6 +12,8 @@ DISTNAME= asu-${PORTVERSION} MAINTAINER= matuska@wu-wien.ac.at +RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + WRKSRC= ${WRKDIR}/Abfackeln.com DONT_USE_ZIP= yes DO_USE_WRKSUBDIR= yes |