Post libtool-conversion fixups
Submitted by: pointyhat Approved by: portmgr (implicit)
This commit is contained in:
parent
f68e1ba015
commit
c3965950f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156827
5 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= kickpim
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -17,7 +17,7 @@ COMMENT= Panel applet for editing and accessing the KDE addressbook
|
|||
USE_KDEBASE_VER= 3
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
lib/libkickpim.a
|
||||
lib/libkickpim.la
|
||||
lib/libkickpim.so
|
||||
share/apps/kicker/applets/kickpim.desktop
|
||||
|
|
|
@ -16,9 +16,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= KDE Rich Site Summary viewer
|
||||
|
||||
USE_KDEBASE_VER= 3
|
||||
USE_KDEBASE_VER=3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ENV= LIBQT="-lqt-mt ${PTHREAD_LIBS}" KDB2HTML=${TRUE}
|
||||
MAKE_ENV= LIBQT="-lqt-mt ${PTHREAD_LIBS}" KDB2HTML=${TRUE}
|
||||
USE_REINPLACE= yes
|
||||
|
|
|
@ -17,7 +17,7 @@ CONFLICTS= kdeutils-3.5.[0-9]*
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_KDEBASE_VER= 3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= glib12 gtk12
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -22,8 +22,7 @@ RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
|
|||
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
|
||||
|
||||
USE_KDEBASE_VER=3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue