diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
commit | 5ca9a6aed07a4279fce6cf50ec0b17a0c704d358 (patch) | |
tree | 98af802b3322b4a54225135638e2882425155007 /irc/kvirc | |
parent | - Update to 0.39 (diff) |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
Diffstat (limited to 'irc/kvirc')
-rw-r--r-- | irc/kvirc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index 562feddbca6f..4dbbb7d2fdac 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -25,7 +25,6 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --mandir=${PREFIX}/man -CONFIGURE_ENV= QTDIR="${X11BASE}" PLIST_SUB= VER=${PORTVERSION} MAN1= kvirc.1 |