diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-01 23:33:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-01 23:33:46 +0800 |
commit | 6d5376809670c8105e7dc03da065ec52b86cf59b (patch) | |
tree | 149535f78889ba2d3be76b7d736293ef17c38aee /science | |
parent | 5fd528ab1ab06b27d48ba26c0557698a2db9a28c (diff) | |
download | freebsd-ports-gnome-6d5376809670c8105e7dc03da065ec52b86cf59b.tar.gz freebsd-ports-gnome-6d5376809670c8105e7dc03da065ec52b86cf59b.tar.zst freebsd-ports-gnome-6d5376809670c8105e7dc03da065ec52b86cf59b.zip |
- Convert to new LIB_DEPENDS format
Suggested by: wg
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 |