diff options
author | johans <johans@FreeBSD.org> | 2014-01-26 01:49:05 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-01-26 01:49:05 +0800 |
commit | 7b1070a99cd363b3368a3adcd5e4742135d17ce9 (patch) | |
tree | 0a467df4b630c4c78029c84380f16d21c9b0a6d6 /games/ldmud | |
parent | 867ce323f17ed70a016426d79b13809196872e54 (diff) | |
download | freebsd-ports-gnome-7b1070a99cd363b3368a3adcd5e4742135d17ce9.tar.gz freebsd-ports-gnome-7b1070a99cd363b3368a3adcd5e4742135d17ce9.tar.zst freebsd-ports-gnome-7b1070a99cd363b3368a3adcd5e4742135d17ce9.zip |
Add missing build dependency
Diffstat (limited to 'games/ldmud')
-rw-r--r-- | games/ldmud/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile index 473176f32030..525dbd1e25ba 100644 --- a/games/ldmud/Makefile +++ b/games/ldmud/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.bearnip.com/ftp/mud/ \ MAINTAINER= johans@FreeBSD.org COMMENT= A modern version of the LPMud game driver +BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes |