diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-23 08:36:18 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-23 08:36:18 +0000 |
commit | e8af8ffbb05388a1d40a3fb6f863fbc5c2b472e3 (patch) | |
tree | 229b0453fc00e92a6441456907b59f039577806d /dns/dhisd/Makefile | |
parent | add xfontselector 0.9.4 (diff) |
I forgot to note PR and Submitted-by on my last commit.
Also, recover LIB_DEPENDS line for libgmp;
this is needed for -current.
PR: ports/37199
Submitted by: maintainer
Diffstat (limited to '')
-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 d0f527866a65..eda37c48f4c8 100644 --- a/dns/dhisd/Makefile +++ b/dns/dhisd/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://bsltwr.dhis.org/ftp/pub/dhis/ \ MAINTAINER= baskruit@bsltwr.dnsalias.org +LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd + DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README post-patch: |