diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /deskutils | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) | |
download | ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kmatrix3d/Makefile | 4 | ||||
-rw-r--r-- | deskutils/kooldock/Makefile | 4 | ||||
-rw-r--r-- | deskutils/ksmoothdock/Makefile | 4 | ||||
-rw-r--r-- | deskutils/taskjuggler/Makefile | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/deskutils/kmatrix3d/Makefile b/deskutils/kmatrix3d/Makefile index d194d8b6a40d..53ac7645be81 100644 --- a/deskutils/kmatrix3d/Makefile +++ b/deskutils/kmatrix3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= kmatrix3d PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GL= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 automake:19:env autoheader:259:env +USE_AUTOTOOLS= libtool:15 automake:19:env autoheader:261:env USE_KDELIBS_VER= 3 USE_BZIP2= yes diff --git a/deskutils/kooldock/Makefile b/deskutils/kooldock/Makefile index fa9f0bae3862..a95addc856b9 100644 --- a/deskutils/kooldock/Makefile +++ b/deskutils/kooldock/Makefile @@ -7,7 +7,7 @@ PORTNAME= kooldock PORTVERSION= 0.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ http://www.kde-look.org/CONTENT/content-files/ \ @@ -25,7 +25,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 automake:19:env autoconf:259:env +USE_AUTOTOOLS= libtool:15 automake:19:env autoconf:261:env INSTALLS_ICONS= yes USE_GETTEXT= yes USE_KDELIBS_VER= 3 diff --git a/deskutils/ksmoothdock/Makefile b/deskutils/ksmoothdock/Makefile index 85d4c500be84..6989f023081f 100644 --- a/deskutils/ksmoothdock/Makefile +++ b/deskutils/ksmoothdock/Makefile @@ -7,7 +7,7 @@ PORTNAME= ksmoothdock PORTVERSION= 4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_automake-1.9 @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:259:env automake:19:env libtool:15:env +USE_AUTOTOOLS= autoconf:261:env automake:19:env libtool:15:env GNU_CONFIGURE= yes pre-configure: diff --git a/deskutils/taskjuggler/Makefile b/deskutils/taskjuggler/Makefile index eba6f7c09174..19b0e137fca4 100644 --- a/deskutils/taskjuggler/Makefile +++ b/deskutils/taskjuggler/Makefile @@ -7,6 +7,7 @@ PORTNAME= taskjuggler PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.taskjuggler.org/download/ @@ -29,7 +30,7 @@ USE_QT_VER= 3 USE_GNOME= gnometarget USE_PERL5_RUN= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:259:env automake:19:env libtool:15:env +USE_AUTOTOOLS= autoconf:261:env automake:19:env libtool:15:env GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" |