diff options
author | trevor <trevor@FreeBSD.org> | 2001-02-02 19:40:01 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-02-02 19:40:01 +0800 |
commit | 3120d8acb3c517d69651e5619c0211d8dab3acb7 (patch) | |
tree | 5fc3a501e8aa69b0874ca1ee292e65485f09eb7e /irc/kvirc-devel/Makefile | |
parent | 8b02ed17a1fc2f50e400091353077fdcff6e4479 (diff) | |
download | freebsd-ports-gnome-3120d8acb3c517d69651e5619c0211d8dab3acb7.tar.gz freebsd-ports-gnome-3120d8acb3c517d69651e5619c0211d8dab3acb7.tar.zst freebsd-ports-gnome-3120d8acb3c517d69651e5619c0211d8dab3acb7.zip |
Update to 2.1.0.
Diffstat (limited to 'irc/kvirc-devel/Makefile')
-rw-r--r-- | irc/kvirc-devel/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index ea3b529a59ab..3fa479c811b0 100644 --- a/irc/kvirc-devel/Makefile +++ b/irc/kvirc-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kvirc -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= irc MASTER_SITES= ftp://ftp.kvirc.net/kvirc/${PORTVERSION}/source/ \ ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/${PORTVERSION}/source/ \ @@ -17,6 +17,7 @@ MAINTAINER= trevor@FreeBSD.org BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext ALL_TARGET= kvirc +INSTALLS_SHLIB= yes MAN1= kvirc.1 USE_LIBTOOL= yes USE_AUTOMAKE= yes @@ -32,14 +33,9 @@ CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \ --with-qt-include-dir=${X11BASE}/include/qt2 \ --with-qt-library-dir=${X11BASE}/lib \ --without-kde-check \ - --without-pthread-check \ - --without-qt-check \ - --without-plugin-support -CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4 + --with-freebsd-pthread \ + -with-qt-name=qt2 -pre-build: - @find ${WRKSRC} -name Makefile | xargs ${PERL} -pi -e \ - "s@lqt @lqt2 @g ; \ - s@lpthread@pthread@g" +CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4 .include <bsd.port.mk> |