diff options
author | bsam <bsam@FreeBSD.org> | 2009-11-14 21:35:47 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-11-14 21:35:47 +0800 |
commit | 3ceb79ded51ccd85ccb0f80f93add969ece4e1dd (patch) | |
tree | 4d04402bfe5236026cbfb1da11b16e6dc65ee669 /textproc | |
parent | c2f66c1c58d4a2493af05bbc4e9a42cad4570be3 (diff) | |
download | freebsd-ports-gnome-3ceb79ded51ccd85ccb0f80f93add969ece4e1dd.tar.gz freebsd-ports-gnome-3ceb79ded51ccd85ccb0f80f93add969ece4e1dd.tar.zst freebsd-ports-gnome-3ceb79ded51ccd85ccb0f80f93add969ece4e1dd.zip |
. fix build (add apropriate QT_COMPONENTS);
. fix pkg-plist by adding "@dirrmtry share/applications"
(hm, that common directory doesn't seem belong to any *hier port).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/goldendict-devel/Makefile | 4 | ||||
-rw-r--r-- | textproc/goldendict-devel/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/goldendict/Makefile | 4 | ||||
-rw-r--r-- | textproc/goldendict/pkg-plist | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/textproc/goldendict-devel/Makefile b/textproc/goldendict-devel/Makefile index 29a28f58349d..96a5f2c394b6 100644 --- a/textproc/goldendict-devel/Makefile +++ b/textproc/goldendict-devel/Makefile @@ -22,8 +22,8 @@ HAS_CONFIGURE= yes USE_GNOME= pkgconfig USE_QT_VER= 4 USE_QT4= linguist -QT_COMPONENTS= corelib gui \ - qmake_build linguist_build moc_build +QT_COMPONENTS= corelib gui webkit \ + qmake_build linguist_build moc_build rcc_build script_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src diff --git a/textproc/goldendict-devel/pkg-plist b/textproc/goldendict-devel/pkg-plist index ce097209506a..fc300d91b974 100644 --- a/textproc/goldendict-devel/pkg-plist +++ b/textproc/goldendict-devel/pkg-plist @@ -4,3 +4,4 @@ share/pixmaps/goldendict.png %%DATADIR%%/locale/ru.qm @dirrm %%DATADIR%%/locale @dirrm %%DATADIR%% +@dirrmtry share/applications diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 29a28f58349d..96a5f2c394b6 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -22,8 +22,8 @@ HAS_CONFIGURE= yes USE_GNOME= pkgconfig USE_QT_VER= 4 USE_QT4= linguist -QT_COMPONENTS= corelib gui \ - qmake_build linguist_build moc_build +QT_COMPONENTS= corelib gui webkit \ + qmake_build linguist_build moc_build rcc_build script_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src diff --git a/textproc/goldendict/pkg-plist b/textproc/goldendict/pkg-plist index ce097209506a..fc300d91b974 100644 --- a/textproc/goldendict/pkg-plist +++ b/textproc/goldendict/pkg-plist @@ -4,3 +4,4 @@ share/pixmaps/goldendict.png %%DATADIR%%/locale/ru.qm @dirrm %%DATADIR%%/locale @dirrm %%DATADIR%% +@dirrmtry share/applications |