diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/PicMonger/Makefile | 2 | ||||
-rw-r--r-- | news/grn/Makefile | 2 | ||||
-rw-r--r-- | news/klibido/Makefile | 4 | ||||
-rw-r--r-- | news/knzb/Makefile | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/news/PicMonger/Makefile b/news/PicMonger/Makefile index cdb34c487ef0..41b6516b2a1b 100644 --- a/news/PicMonger/Makefile +++ b/news/PicMonger/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR=picmonger MAINTAINER= ports@FreeBSD.org COMMENT= An automated USENET (NNTP) picture decoding client -LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtk-- RUN_DEPENDS= mpack:${PORTSDIR}/converters/mpack USE_X_PREFIX= yes diff --git a/news/grn/Makefile b/news/grn/Makefile index 0c2fb14f9da0..e63e79373d4b 100644 --- a/news/grn/Makefile +++ b/news/grn/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_PERL5= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_REINPLACE= yes LIBTOOLFILES= configure libmutt/configure CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \ diff --git a/news/klibido/Makefile b/news/klibido/Makefile index 05246700c118..73398f2c9bd9 100644 --- a/news/klibido/Makefile +++ b/news/klibido/Makefile @@ -7,7 +7,7 @@ PORTNAME= klibido PORTVERSION= 0.2.4.1 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,7 @@ LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ USE_KDELIBS_VER= 3 USE_XLIB= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db42 ${PTHREAD_CFLAGS}" \ CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include/db42" \ diff --git a/news/knzb/Makefile b/news/knzb/Makefile index cf156df1f2b1..604827da37d8 100644 --- a/news/knzb/Makefile +++ b/news/knzb/Makefile @@ -18,12 +18,12 @@ RUN_DEPENDS= ${LOCALBASE}/bin/uudeview:${PORTSDIR}/converters/uudeview USE_BZIP2= yes WRKSRC= ${WRKDIR}/knzb -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_QT_VER= 3 -USE_KDELIBS_VER= 3 +USE_KDELIBS_VER=3 pre-configure: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f |