=================================================================== RCS file: /cvs/ports/textproc/goldendict/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.3 diff -u -r1.1 -r1.3 --- ports/textproc/goldendict/Attic/Makefile 2010/06/04 18:18:32 1.1 +++ ports/textproc/goldendict/Attic/Makefile 2010/10/27 05:14:27 1.3 @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2010/06/04 17:18:32 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/27 04:14:27 yason Exp $ COMMENT = feature-rich dictionary lookup program DISTNAME = goldendict-0.9.0-src-x11 PKGNAME = ${DISTNAME:S/-src-x11//} -#SHARED_LIBS = ??? - CATEGORIES = textproc HOMEPAGE = http://www.goldendict.org/ @@ -22,17 +20,13 @@ MASTER_SITES = ${MASTER_SITE_BERLIOS:=goldendict/} EXTRACT_SUFX = .tar.bz2 -WANTLIB += X11 Xtst c iconv m ogg pthread sqlite3 stdc++ vorbis -WANTLIB += vorbisfile z +WANTLIB += QtDBus QtGui QtNetwork QtWebKit QtXml QtXmlPatterns X11 Xtst c hunspell-1.2 +WANTLIB += iconv m ogg phonon pthread sqlite3 stdc++ vorbis vorbisfile z MODULES = x11/qt4 -LIB_DEPENDS = hunspell-1.2::textproc/hunspell \ - QtDBus,QtGui,QtNetwork::x11/qt4 \ - QtWebKit,QtXml,QtXmlPatterns::x11/qt4 \ - phonon::x11/qt4 +LIB_DEPENDS = ::textproc/hunspell \ + ${MODQT4_LIB_DEPENDS} RUN_DEPENDS = ::devel/desktop-file-utils - -USE_X11 = Yes WRKDIST = ${WRKDIR}/${DISTNAME:S/-x11//}