diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-12 19:23:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-12 19:23:47 +0000 |
commit | b74c910a9a3a30c21800bb60dea3939b45cfdbeb (patch) | |
tree | c709b30c949f316c48d664de0817c568f0b2dcb1 /deskutils/krss | |
parent | Update with information garnered from FORBIDDEN tags used in ports (diff) |
Fix build after KDE 3.2
Reported by: mich
Notes
Notes:
svn path=/head/; revision=100786
Diffstat (limited to 'deskutils/krss')
-rw-r--r-- | deskutils/krss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/krss/Makefile b/deskutils/krss/Makefile index 4ca9930313bb..a8089b622b91 100644 --- a/deskutils/krss/Makefile +++ b/deskutils/krss/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ USE_KDEBASE_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBQT="-lqt-mt" +CONFIGURE_ENV= LIBQT="-lqt-mt" KDB2HTML=${TRUE} QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} |