diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-26 00:36:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-26 00:36:17 +0800 |
commit | c92dc99046dd648bb4fd34479c1d7efd6ddad110 (patch) | |
tree | a2c8c0e0850d57a516c747039994dbf421cc89b8 /security | |
parent | 6ece597eadf8f819a17175019e506c13f69330be (diff) | |
download | marcuscom-ports-c92dc99046dd648bb4fd34479c1d7efd6ddad110.tar.gz marcuscom-ports-c92dc99046dd648bb4fd34479c1d7efd6ddad110.tar.zst marcuscom-ports-c92dc99046dd648bb4fd34479c1d7efd6ddad110.zip |
Add a missing dependency on gnomedocutils.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11174 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 00b1e87aa..6d8e11ddc 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.63 2008/07/23 03:15:45 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.64 2008/07/23 21:18:23 marcus Exp $ # PORTNAME= seahorse PORTVERSION= 2.23.5 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -25,7 +26,7 @@ USE_LDCONFIG= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 +USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes |