diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsdrive/Makefile | 2 | ||||
-rw-r--r-- | astro/libnova/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index 037cca0228c2..886f6c3148f5 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -24,7 +24,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index be0550a2ad18..e8d3d33c2939 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -18,7 +18,7 @@ COMMENT= Astronomical Calculation Library USE_GNOME= gnometarget lthack USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes post-patch: |