diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-01 22:21:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-01 22:21:47 +0800 |
commit | e68d062b853e698020ca98903042ae39bc9b731d (patch) | |
tree | f9916040954e97ff42d0b3555a4813ee8a5abe77 /dns/dhisd/Makefile | |
parent | ff33cd40c512afcf4bbd0e089923017a8476193d (diff) | |
download | freebsd-ports-gnome-e68d062b853e698020ca98903042ae39bc9b731d.tar.gz freebsd-ports-gnome-e68d062b853e698020ca98903042ae39bc9b731d.tar.zst freebsd-ports-gnome-e68d062b853e698020ca98903042ae39bc9b731d.zip |
Use modern LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'dns/dhisd/Makefile')
-rw-r--r-- | dns/dhisd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile index 45b4e6d87130..fce407f6ad4f 100644 --- a/dns/dhisd/Makefile +++ b/dns/dhisd/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ MAINTAINER= marius@FreeBSD.org COMMENT= DHIS server for dynamic updates on the server using specific engines -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib |