diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
commit | 1a88278734c45ada8e18fca7c815b43d05826c3a (patch) | |
tree | 2375ba65fd99b806539d4ee9e1b29f8f3fd29c34 /devel/g-wrap | |
parent | -INSTALLS_SHLIB -> USE_LDCONFIG.[1] (diff) |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 51065197e73f..aadadd32780d 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -27,7 +27,7 @@ INFO= g-wrap GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV+= GW_GLIB_CONFIG="${GLIB_CONFIG}" MAKE_ENV+= GUILE_LOAD_PATH=${WRKSRC} |