diff options
Diffstat (limited to 'misc/lxde-common/Makefile')
-rw-r--r-- | misc/lxde-common/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/lxde-common/Makefile b/misc/lxde-common/Makefile index 399778e6e790..bf01af058017 100644 --- a/misc/lxde-common/Makefile +++ b/misc/lxde-common/Makefile @@ -7,7 +7,7 @@ PORTNAME= lxde-common PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/LXDE%20Common%20${PORTVERSION} @@ -22,7 +22,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ GMSGFMT="${LOCALBASE}/bin/msgfmt" \ - --with-xsession-path=${PREFIX}/share/xsessions + --with-xsession-path=${PREFIX}/share/xsessions \ + --with-xdg-path=${PREFIX}/share/applications DATADIR= ${PREFIX}/share/lxde INSTALLS_ICONS= YES |