diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-07 13:26:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-07 13:26:04 +0800 |
commit | ade3313b0be72b56a99e2292010c8723bbdc0573 (patch) | |
tree | e8bb6cce108eb58b7fb9dbf5d46d2935b68cde01 /accessibility | |
parent | 2ffd13336b1cdf907e38ca55804a8753cf601b74 (diff) | |
download | marcuscom-ports-ade3313b0be72b56a99e2292010c8723bbdc0573.tar.gz marcuscom-ports-ade3313b0be72b56a99e2292010c8723bbdc0573.tar.zst marcuscom-ports-ade3313b0be72b56a99e2292010c8723bbdc0573.zip |
Add a missing dependency on libwnck.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3562 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/dasher/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 54926a342..d7c1b8965 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -7,6 +7,7 @@ PORTNAME= dasher PORTVERSION= 3.2.13 +PORTREVISION= 1 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2 @@ -21,7 +22,8 @@ RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi +USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ + libwnck WANT_GNOME= yes USE_LIBTOOL_VER=15 INSTALLS_OMF= yes |