diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-04-10 17:15:48 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-04-10 17:15:48 +0000 |
commit | f262cedc832052e1dc9949d3c4d2ee0bc0d845e3 (patch) | |
tree | cdff956f39e4d4211f1891f35de57837084aa3ed /x11-fm | |
parent | e8e7661ecc23174c6e778959dd2e6687db7893f6 (diff) |
- Unbreak on 4.X.
Reported by: krismail
Approved by: chinsan <chinsan.tw@gmail.com> (maintainer) via email, mnag (mentor)
Notes
Notes:
svn path=/head/; revision=159285
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/pcmanfm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/pcmanfm/Makefile b/x11-fm/pcmanfm/Makefile index 0ac4659f6474..3e8768d216d9 100644 --- a/x11-fm/pcmanfm/Makefile +++ b/x11-fm/pcmanfm/Makefile @@ -19,6 +19,7 @@ USE_GCC= 3.3+ USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_FAM= yes +WANT_FAM_SYSTEM=fam INSTALLS_SHLIB= yes .if !defined(WITHOUT_NLS) |