diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-10-30 19:38:53 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-10-30 19:38:53 +0000 |
commit | 8253a8aaea41aae956d2397ba4b8871be4d56e03 (patch) | |
tree | ad7bbe141a40c73d58b18b55281f70ab089b7436 /misc/bibletime | |
parent | 5b50ce6244d5007a96a5b96c385377ed11a57127 (diff) |
- Fix CONFLICTS missed in previous commit
Notes
Notes:
svn path=/head/; revision=243561
Diffstat (limited to 'misc/bibletime')
-rw-r--r-- | misc/bibletime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index be4efff32869..b475b0cc8298 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -23,7 +23,7 @@ USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= corelib dbus gui qtestlib script webkit xml qmake_build moc_build uic_build rcc_build -CONFLICTS= bibletime-devel-2* +CONFLICTS= bibletime-kde3-1* .include <bsd.port.pre.mk> |