diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-24 00:24:31 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-24 00:24:31 +0000 |
commit | 17a2c2f805e73e198bbc391a8ffd23111c95caf3 (patch) | |
tree | 687ecc776dde3170ad1e56ec64bb4d63ca33ab37 /dns | |
parent | Update to 2.19. (diff) |
Add a missing dependency on libgmp.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=56504
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dhisd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile index 02bbc83b2246..b3c1d9ccbc6c 100644 --- a/dns/dhisd/Makefile +++ b/dns/dhisd/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://bsltwr.dhis.org/ftp/pub/dhis/ \ MAINTAINER= baskruit@bsltwr.dhis.org +LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp + DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README post-patch: |