diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-03-10 13:27:34 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-03-10 13:27:34 +0000 |
commit | adb1665eca98483df97d8e06aa973011588ef582 (patch) | |
tree | eeb2e5d7229e5cc9ee590f7fd87874fe6d87f6b4 /irc/kvirc/Makefile | |
parent | Fix leap year handling until 2099. (diff) |
Fix PLIST for -stable. I don't get the same PLIST error that bento
shows; it.mo is installed correctly on my system.
PR: 16996
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=26715
Diffstat (limited to 'irc/kvirc/Makefile')
-rw-r--r-- | irc/kvirc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index 5e558963a88d..885443e32f1b 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -21,5 +21,6 @@ CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \ --datadir=$(PREFIX)/share --with-qt-moc=${X11BASE}/bin/moc2 \ --with-qt-include-dir=${X11BASE}/include/qt2 \ --with-qt-library-dir=${X11BASE}/lib +USE_LIBTOOL= yes .include <bsd.port.mk> |