diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-10-01 02:35:28 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-10-01 02:35:28 +0000 |
commit | 9ff89ca99fe08607a9d21e84018103d70d8f883c (patch) | |
tree | a997860dbad727208562f88ea4b4b07143719c99 /sysutils | |
parent | 2cac3fbf0b919f47c8329346a1507d8ae85ce93b (diff) |
Add a missing dependency, gnome-doc-utils, when WITHOUT_NAUTILUS is defined.
PR: ports/150475
Reported by: Thomas E. Spanjaard <tgen@deepbone.net>
Notes
Notes:
svn path=/head/; revision=262223
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/brasero/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 597316f95fe9..e97e3d27c634 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_XORG= sm -USE_GNOME= intlhack gnomeprefix gnomehack +USE_GNOME= intlhack gnomeprefix gnomehack gnomedocutils USE_LDCONFIG= yes USE_GSTREAMER= gconf core INSTALLS_OMF= yes |