diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-29 14:41:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-29 14:41:35 +0000 |
commit | c13fdab32eab18f807811e3ebedf90a84020037b (patch) | |
tree | 6e8166ec9c38e01c15c41f879b44ac81538de6b1 /science/udunits | |
parent | 7900034279501abe6156a5b476bedf92f768e802 (diff) | |
download | ports-c13fdab32eab18f807811e3ebedf90a84020037b.tar.gz ports-c13fdab32eab18f807811e3ebedf90a84020037b.zip |
Notes
Diffstat (limited to 'science/udunits')
-rw-r--r-- | science/udunits/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/udunits/Makefile b/science/udunits/Makefile index 1094f9e490e2..58c0369c5f7a 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for manipulating units of physical quantities -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no CPPFLAGS+= -I${LOCALBASE}/include |