diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-05 10:46:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-05 10:46:18 +0800 |
commit | 924bac5c651c4730238d1f67903ad291fce335d3 (patch) | |
tree | 2f1413a703074e492c13e37709545074df39c0d9 /deskutils | |
parent | c72ae30c3215eb9291f4bb7a29dc8cbc3cbd708a (diff) | |
download | freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.tar.gz freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.tar.zst freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/glabels/Makefile | 2 | ||||
-rw-r--r-- | deskutils/planner/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index df1034361fb2..d734d7f1b8fe 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index 52e8061b67c3..46756d820e08 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/Makefile @@ -26,7 +26,7 @@ WANT_GNOME= yes USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --disable-python \ |