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/goffice | |
parent | -INSTALLS_SHLIB -> USE_LDCONFIG.[1] (diff) |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Notes
Notes:
svn path=/head/; revision=176401
Diffstat (limited to 'devel/goffice')
-rw-r--r-- | devel/goffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile index eb4557ebb679..5ef8e6e870c1 100644 --- a/devel/goffice/Makefile +++ b/devel/goffice/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \ libgsf_gnome ltverhack USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |