diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 10:03:13 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 10:03:13 +0000 |
commit | 5b52628630ca3d9489ac64f27ff2238b89ea4453 (patch) | |
tree | 198b88020f1632b28fd9ed54f6e695a3b573e064 /x11-wm/expocity/Makefile | |
parent | - s,INSTALLS_SHLIB,USE_LDCONFIG,g (diff) |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
Notes
Notes:
svn path=/head/; revision=170571
Diffstat (limited to 'x11-wm/expocity/Makefile')
-rw-r--r-- | x11-wm/expocity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/expocity/Makefile b/x11-wm/expocity/Makefile index e3f8e51ceb95..54c65a736a6e 100644 --- a/x11-wm/expocity/Makefile +++ b/x11-wm/expocity/Makefile @@ -26,7 +26,7 @@ USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack gnomehier gconf2 libglade2 GCONF_SCHEMAS= metacity.schemas USE_GETTEXT= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" |