diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-11 04:50:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-11 04:50:20 +0800 |
commit | 4963f837aa7a61b01decffd6045e627841632344 (patch) | |
tree | 65f1a3817ca33760c220662320a9cf7fb875c78f /astro | |
parent | e00a09bcf974aace1432f285d549567388000c40 (diff) | |
download | freebsd-ports-gnome-4963f837aa7a61b01decffd6045e627841632344.tar.gz freebsd-ports-gnome-4963f837aa7a61b01decffd6045e627841632344.tar.zst freebsd-ports-gnome-4963f837aa7a61b01decffd6045e627841632344.zip |
- Add missing USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libgal/Makefile | 2 | ||||
-rw-r--r-- | astro/libgal/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/astro/libgal/Makefile b/astro/libgal/Makefile index 3b633eb0906e..0da2f6b41d6f 100644 --- a/astro/libgal/Makefile +++ b/astro/libgal/Makefile @@ -3,6 +3,7 @@ PORTNAME= libgal PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= astro hamradio MASTER_SITES= http://homepage.mac.com/pclwillmott/GAL/ \ ${MASTER_SITE_LOCAL} @@ -11,6 +12,7 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= General Astrodynamics Library +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes USE_LDCONFIG= yes diff --git a/astro/libgal/pkg-plist b/astro/libgal/pkg-plist index 1a19a483cc15..9d035b63d8f6 100644 --- a/astro/libgal/pkg-plist +++ b/astro/libgal/pkg-plist @@ -332,8 +332,8 @@ include/gal_zp.h include/gal_zpv.h include/gal_zr.h lib/libgal.a -lib/libgal.la lib/libgal.so lib/libgal.so.0 +lib/libgal.so.0.0.4 %%DOCSDIR%%/README @dirrm %%DOCSDIR%% |