diff options
author | ade <ade@FreeBSD.org> | 2006-02-26 02:16:46 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-26 02:16:46 +0000 |
commit | bb123aa93e8f1bbcd66a647b2b8f37d46af22514 (patch) | |
tree | c9e42f2ea582d26358cd706d5a3e088c59a097be /deskutils | |
parent | 0319687e1a42970acf88e8fab5a9fb4d2a8f527c (diff) | |
download | FreeBSD-ports-bb123aa93e8f1bbcd66a647b2b8f37d46af22514.zip FreeBSD-ports-bb123aa93e8f1bbcd66a647b2b8f37d46af22514.tar.gz |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kickpim/Makefile | 4 | ||||
-rw-r--r-- | deskutils/kickpim/pkg-plist | 1 | ||||
-rw-r--r-- | deskutils/krss/Makefile | 4 | ||||
-rw-r--r-- | deskutils/superkaramba/Makefile | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/kickpim/Makefile b/deskutils/kickpim/Makefile index b887908..e3753e6 100644 --- a/deskutils/kickpim/Makefile +++ b/deskutils/kickpim/Makefile @@ -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}" diff --git a/deskutils/kickpim/pkg-plist b/deskutils/kickpim/pkg-plist index 2b299a8..3a4eb4f 100644 --- a/deskutils/kickpim/pkg-plist +++ b/deskutils/kickpim/pkg-plist @@ -1,3 +1,4 @@ +lib/libkickpim.a lib/libkickpim.la lib/libkickpim.so share/apps/kicker/applets/kickpim.desktop diff --git a/deskutils/krss/Makefile b/deskutils/krss/Makefile index 325077a..6a4f51c 100644 --- a/deskutils/krss/Makefile +++ b/deskutils/krss/Makefile @@ -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 diff --git a/deskutils/superkaramba/Makefile b/deskutils/superkaramba/Makefile index 2ac06ab..cf9b4b2 100644 --- a/deskutils/superkaramba/Makefile +++ b/deskutils/superkaramba/Makefile @@ -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 |