diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-04-11 01:15:48 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-04-11 01:15:48 +0800 |
commit | 60a27a14a89ce4531425730e20e65267df9757f9 (patch) | |
tree | 275f7d13dacf66cdf77477167e6481958525d0f5 /x11-fm | |
parent | 7dd847e92f83420a13a1b5cc65dca76780ded09c (diff) | |
download | freebsd-ports-gnome-60a27a14a89ce4531425730e20e65267df9757f9.tar.gz freebsd-ports-gnome-60a27a14a89ce4531425730e20e65267df9757f9.tar.zst freebsd-ports-gnome-60a27a14a89ce4531425730e20e65267df9757f9.zip |
- Unbreak on 4.X.
Reported by: krismail
Approved by: chinsan <chinsan.tw@gmail.com> (maintainer) via email, mnag (mentor)
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) |