diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-01 15:33:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-01 15:33:46 +0000 |
commit | f914b50b6ba7e5150768d4d902370fafaefbf0cb (patch) | |
tree | 149535f78889ba2d3be76b7d736293ef17c38aee /science | |
parent | 6956975932b9347a06cd7e963284f7aec7b63358 (diff) | |
download | ports-f914b50b6ba7e5150768d4d902370fafaefbf0cb.tar.gz ports-f914b50b6ba7e5150768d4d902370fafaefbf0cb.zip |
Notes
Diffstat (limited to 'science')
-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 58c0369c5f7a..f43cdefc6eae 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:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no CPPFLAGS+= -I${LOCALBASE}/include |