diff options
author | ade <ade@FreeBSD.org> | 2006-03-01 10:25:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-03-01 10:25:36 +0800 |
commit | 0d2436408619cb9713239981db07d16784010cf9 (patch) | |
tree | 53e93c76803797b8593b8198c90fcacbb5858117 /print | |
parent | c4cb04634b62415fa792867ff52e807c710aa9f0 (diff) | |
download | freebsd-ports-graphics-0d2436408619cb9713239981db07d16784010cf9.tar.gz freebsd-ports-graphics-0d2436408619cb9713239981db07d16784010cf9.tar.zst freebsd-ports-graphics-0d2436408619cb9713239981db07d16784010cf9.zip |
Fix building after libtool changes
Submitted by: pointyhat
Approved by: portmgr (implicit)
Diffstat (limited to 'print')
-rw-r--r-- | print/kaspaliste/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile index 99f8726f35a..f4759c47dfa 100644 --- a/print/kaspaliste/Makefile +++ b/print/kaspaliste/Makefile @@ -17,7 +17,7 @@ COMMENT= Bibliography tool for KDE/Postgres/BibTeX USE_PGSQL= yes USE_KDEBASE_VER= 3 -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ |