diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-06 17:35:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-06 17:35:33 +0800 |
commit | ab16b864b3ef3f4a5a2c499a3713a28c7095fd6c (patch) | |
tree | 88638a73a84f61148b0014c1aeb721ecf876e69d | |
parent | 6a2aad499fcbe8fa1e56bd109975ece042e66fba (diff) | |
download | freebsd-ports-gnome-ab16b864b3ef3f4a5a2c499a3713a28c7095fd6c.tar.gz freebsd-ports-gnome-ab16b864b3ef3f4a5a2c499a3713a28c7095fd6c.tar.zst freebsd-ports-gnome-ab16b864b3ef3f4a5a2c499a3713a28c7095fd6c.zip |
- Remove unnecessary USE_PERL5
- Bump PORTREVISION for dependency change
-rw-r--r-- | science/udunits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/udunits/Makefile b/science/udunits/Makefile index b847c96b80a1..fe9fc84a05f5 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -7,6 +7,7 @@ PORTNAME= udunits PORTVERSION= 2.1.24 +PORTREVISION= 1 CATEGORIES= science math MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/ \ LOCAL/sunpoet @@ -17,12 +18,11 @@ COMMENT= A library for manipulating units of physical quantities LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no -LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_PERL5= yes INFO= udunits2 udunits2lib udunits2prog |