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 | |
parent | 9ff4d01a3d0ba549bb48b9c6987de8580ea795c4 (diff) | |
download | ports-5b52628630ca3d9489ac64f27ff2238b89ea4453.tar.gz ports-5b52628630ca3d9489ac64f27ff2238b89ea4453.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/epplets/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/expocity/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index f21d2ba76daa..d5e6ba311aa2 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -26,7 +26,7 @@ USE_GL= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-fsstd 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" |