diff options
-rw-r--r-- | devel/gnustep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index b7c9c6112fb8..fa4bbd8e7ab0 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -22,10 +22,10 @@ RUN_DEPENDS+= ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base .if defined(GNUSTEP_GUI_DEVEL) RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel -RUN_DEPENDS+= ${XGPSBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back +RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back .else RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui -RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps +RUN_DEPENDS+= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps .endif PREFIX= ${LOCALBASE}/GNUstep |