diff options
author | pav <pav@FreeBSD.org> | 2005-11-23 05:55:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-23 05:55:28 +0800 |
commit | be66f957a29df1e48c570206fc85174e5a38aad7 (patch) | |
tree | 32babdcc5fa795251465c6c4c297773f8eaf6149 /math/tablix | |
parent | e8ea9b5bc4844c50f6b1c39bf191af47ab5f80ed (diff) | |
download | freebsd-ports-gnome-be66f957a29df1e48c570206fc85174e5a38aad7.tar.gz freebsd-ports-gnome-be66f957a29df1e48c570206fc85174e5a38aad7.tar.zst freebsd-ports-gnome-be66f957a29df1e48c570206fc85174e5a38aad7.zip |
- Use new autotools world order
Diffstat (limited to 'math/tablix')
-rw-r--r-- | math/tablix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/tablix/Makefile b/math/tablix/Makefile index 83a615ac0e7a..cfae8a155c89 100644 --- a/math/tablix/Makefile +++ b/math/tablix/Makefile @@ -21,7 +21,7 @@ PVM_ROOT= ${PREFIX}/lib/pvm GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= libxml2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |