diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-09 05:53:14 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-09 05:53:14 +0000 |
commit | e3e2125a50be6442da94c0018c3fc1c24039616f (patch) | |
tree | 6f5d0fb23cda51a68afaa1a04b87671b9e2ae726 /irc/kvirc-devel/Makefile | |
parent | Update to 1.3.17. (diff) |
Apparently I broke this package with the bsd.kde.mk introduction. Fix that
by using QT_NONSTANDARD and adding --disable-static.
Discussed with: trevor
Notes
Notes:
svn path=/head/; revision=41106
Diffstat (limited to 'irc/kvirc-devel/Makefile')
-rw-r--r-- | irc/kvirc-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index 006fe6b8693d..8658f7adf2e6 100644 --- a/irc/kvirc-devel/Makefile +++ b/irc/kvirc-devel/Makefile @@ -25,6 +25,7 @@ USE_AUTOCONF= yes USE_QT_VER= 2 USE_X_PREFIX= yes USE_GMAKE= yes +QT_NONSTANDARD= yes CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \ --x-libraries=$(X11BASE)/lib \ --datadir=$(PREFIX)/share \ @@ -33,7 +34,8 @@ CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \ --with-qt-library-dir=${X11BASE}/lib \ --without-kde-check \ --with-freebsd-pthread \ - --with-qt-name=qt2 + --with-qt-name=qt2 \ + --disable-static CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4 |