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 | |
parent | c4cb04634b62415fa792867ff52e807c710aa9f0 (diff) | |
download | freebsd-ports-gnome-0d2436408619cb9713239981db07d16784010cf9.tar.gz freebsd-ports-gnome-0d2436408619cb9713239981db07d16784010cf9.tar.zst freebsd-ports-gnome-0d2436408619cb9713239981db07d16784010cf9.zip |
Fix building after libtool changes
Submitted by: pointyhat
Approved by: portmgr (implicit)
-rw-r--r-- | print/kaspaliste/Makefile | 2 | ||||
-rw-r--r-- | www/osb-nrcore/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile index 99f8726f35aa..f4759c47dfa2 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} \ diff --git a/www/osb-nrcore/Makefile b/www/osb-nrcore/Makefile index 522edabd771b..09f1f3dc8fdd 100644 --- a/www/osb-nrcore/Makefile +++ b/www/osb-nrcore/Makefile @@ -17,7 +17,7 @@ COMMENT= Gtk-Webcore's browser engine LIB_DEPENDS= jscore.0:${PORTSDIR}/lang/osb-jscore -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GNOME= gtk20 gnomehack USE_GCC= 3.4 |