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/glabels/Makefile | |
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/glabels/Makefile')
-rw-r--r-- | deskutils/glabels/Makefile | 2 |
1 files changed, 1 insertions, 1 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" |