diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-04 23:12:35 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-04 23:12:35 +0000 |
commit | 9aaf502c0a4d05ecfa457b6fbb1edc84e4f2a9f0 (patch) | |
tree | 79cea4034e6bd1fb824f624d8d7d6affcb71bd38 /deskutils | |
parent | 885abf003fe4f81f4896bde23a750d844c2f4afd (diff) |
Add missing USE_LDCONFIG too.
Notes
Notes:
svn path=/head/; revision=184193
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/tomboy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index 9755ba394f92..3438a2af22a2 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -27,6 +27,7 @@ USE_GETTEXT= yes USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomesharp20 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LDCONFIG= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes |