diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 15:39:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 15:39:17 +0000 |
commit | bee65d048d4a483a80e30ef3d533a6d1ce574ed5 (patch) | |
tree | ee1b543bed558b9b511b6642bbe14b86cc4382de /games/ldmud | |
parent | 374856d95afa1bc3ffca82a21e1fb8fbf3b93ad1 (diff) |
Notes
Diffstat (limited to 'games/ldmud')
-rw-r--r-- | games/ldmud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile index 29267c50b51b..a9faf3129097 100644 --- a/games/ldmud/Makefile +++ b/games/ldmud/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USE_OPENSSL= yes -USES= iconv +USES= iconv pkgconfig CONFIGURE_ARGS+=--libdir=${DATADIR} \ --bindir=${PREFIX}/sbin \ --enable-use-pcre \ |