diff options
author | kris <kris@FreeBSD.org> | 2004-07-12 05:42:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-12 05:42:17 +0800 |
commit | 0095387e12160177a03b76181cc77094eafdabce (patch) | |
tree | ecde867328b46a14226064dc2d5671f4f319dd89 /databases | |
parent | 13f97df10897225ec3d7eb3202b7e11581316f94 (diff) | |
download | freebsd-ports-gnome-0095387e12160177a03b76181cc77094eafdabce.tar.gz freebsd-ports-gnome-0095387e12160177a03b76181cc77094eafdabce.tar.zst freebsd-ports-gnome-0095387e12160177a03b76181cc77094eafdabce.zip |
Use USE_INC_LIBTOOL_VER to fix build
Diffstat (limited to 'databases')
-rw-r--r-- | databases/knoda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile index 675d147c5012..298870c14f02 100644 --- a/databases/knoda/Makefile +++ b/databases/knoda/Makefile @@ -22,7 +22,7 @@ USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 USE_REINPLACE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ |