diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-29 22:41:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-29 22:41:35 +0800 |
commit | 59c6df9e94e4c6332e0e0844e6a88b7bf00b0590 (patch) | |
tree | 6e8166ec9c38e01c15c41f879b44ac81538de6b1 /science | |
parent | 7b5c7c58394c24fff941bf1d9e1d09875b537f44 (diff) | |
download | freebsd-ports-gnome-59c6df9e94e4c6332e0e0844e6a88b7bf00b0590.tar.gz freebsd-ports-gnome-59c6df9e94e4c6332e0e0844e6a88b7bf00b0590.tar.zst freebsd-ports-gnome-59c6df9e94e4c6332e0e0844e6a88b7bf00b0590.zip |
- Pet portlint: remove ABI version number from LIB_DEPENDS
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 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 |