diff options
-rw-r--r-- | x11/gnome2/Makefile | 2 | ||||
-rw-r--r-- | x11/xscreensaver-kde/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 41b4c35cac78..741adb37d26b 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -103,7 +103,7 @@ RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga .if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" .if defined(WITH_XSCREENSAVER) -RUN_DEPENDS+= ${LOCALBASE}/share/applications/gnome-screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome +RUN_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome .else RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver .endif diff --git a/x11/xscreensaver-kde/Makefile b/x11/xscreensaver-kde/Makefile index 071e43905ec3..d6638277a638 100644 --- a/x11/xscreensaver-kde/Makefile +++ b/x11/xscreensaver-kde/Makefile @@ -34,7 +34,7 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/share/applications/gnome-screensaver-properties.desktop) +.if exists(${LOCALBASE}/share/applications/xscreensaver-properties.desktop) WITH_XSGNOME= yes .elif exists(${LOCALBASE}/bin/screensaver) WITH_XSGNOME= yes @@ -48,8 +48,8 @@ RUN_DEPENDS+= xscreensaver:${PORTSDIR}/x11/xscreensaver .endif # defined(WITH_XS) .if defined(WITH_XSGNOME) -BUILD_DEPENDS+= ${LOCALBASE}/share/applications/gnome-screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome -RUN_DEPENDS+= ${LOCALBASE}/share/applications/gnome-screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome +BUILD_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome +RUN_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome .endif # defined(WITH_XSGNOME) pre-configure: |